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

* Jonas Sicking wrote:
>I can't think of any use cases where you'd want to be able to tell 
>appart the first double-click (corresponding to clickEvent.detail == 2) 
>and a second (corresponding to clickEvent.detail == 4).
>
>However, it seems easy enough to say that the detail should be the same 
>as for the click event. This doesn't seem like a very harsh requirement 
>on implementations since the information is already available. So why not?

We would first have to clearly require that this click event occurs (it
does not at all in Internet Explorer and not consistently in Konqueror).
I'm not sure why dblclick.detail == click.detail would be better than
dblclick.detail == 2 or dblclick.detail == some undefined value though.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Tuesday, 9 May 2006 19:25:52 UTC