[webkit-reviews] review requested: [Bug 3248] Mouse events on OPTION element seem to be ignored : [Attachment 24856] Patch to fix the firing of mouse down

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 2 20:43:07 PST 2008


Sriram <sriram.yadavalli at nokia.com> has asked  for review:
Bug 3248: Mouse events on OPTION element seem to be ignored
https://bugs.webkit.org/show_bug.cgi?id=3248

Attachment 24856: Patch to fix the firing of mouse down
https://bugs.webkit.org/attachment.cgi?id=24856&action=edit

------- Additional Comments from Sriram <sriram.yadavalli at nokia.com>
This patch only fixes the firing of the mouse down event.  Is this the correct
place to fix this problem?  The issue in this bug is that the hit test result
only returns the HTMLSelectElement as the node under mouse.  Another way to fix
it would be to implement nodeAtPoint for both HTMLSelectElement and
HTMLOptionElement.


More information about the webkit-reviews mailing list