[Webkit-unassigned] [Bug 24129] Dropdown list doesn't open when onmousedown handler returns false

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 19 11:14:52 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=24129





--- Comment #7 from Ian 'Hixie' Hickson <ian at hixie.ch>  2012-03-19 11:14:52 PST ---
The event should be canceled, that's not the problem here.

The difference is that in Firefox, the dropdown drops before the event is fired.

Compare the behaviours on this test:
   http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1412

The HTML spec doesn't say anything about how the widgets are implemented at that level. It differs from platform to platform, so there's not much the spec _can_ say. For compatibility, though, it seems that select widgets implemented using dropdowns should drop down before the mousedown event is fired at the DOM.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list