[Webkit-unassigned] [Bug 7790] ondblclick doesn't fire when attached with addEventListener

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Mar 15 20:07:19 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7790


macdome at opendarwin.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1




------- Comment #2 from macdome at opendarwin.org  2006-03-15 20:07 PDT -------
Bah.  It turns out that internally we use khtmlDblclick.  Likely for some
historical reason.  That's just wrong, so I'll fix it.

But a work-around for site authors would be to use:

elem.addEventListener('khtmlDblclick', handler, false);

instead.  Or just set the elm.dblclick property directly.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list