[Webkit-unassigned] [Bug 16890] select boxes are misbehaving when onmousedown, onmouseup events are registered for document
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 16 07:55:12 PST 2008
http://bugs.webkit.org/show_bug.cgi?id=16890
------- Comment #2 from aroben at apple.com 2008-01-16 07:55 PDT -------
The event handlers are returning false or undefined, which means that the
default processing of the event is being blocked. In general Safari is behaving
correctly here, but I wonder if we should consider behaving more like IE/FFx
and never let the <select> menu action be blocked?
--
Configure bugmail: http://bugs.webkit.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