ISSUE-81: What should detail be for dblclick events?

ISSUE-81: What should detail be for dblclick events?

http://www.w3.org/2005/06/tracker/webapi/issues/81

Raised by: Maciej Stachowiak
On product: DOM 3 Events

What should the detail value be for dblclick events?

I propose that it be the same as the detail value for the corresponding click. This would be consistent with 
all known browsers that support DOM Events.

Bjoern proposes that it always have a value of 2. This would be consistent with all known browsers except 
Safari on the Mac, since that is currently the only browser to fire dblclick for even click counts greater than 
2.

Received on Sunday, 7 May 2006 05:47:08 UTC