Summary: | Move mouse event dispatch from Node to Element. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Andreas Kling <kling> | ||||||
Component: | UI Events | Assignee: | Andreas Kling <kling> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | commit-queue, darin, eflews.bot, gyuyoung.kim, kling, webkit-ews | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
Andreas Kling
2013-10-01 20:28:00 PDT
Created attachment 213146 [details]
Patch
Comment on attachment 213146 [details] Patch Attachment 213146 [details] did not pass qt-ews (qt): Output: http://webkit-queues.appspot.com/results/2905297 Comment on attachment 213146 [details] Patch Attachment 213146 [details] did not pass qt-wk2-ews (qt-wk2): Output: http://webkit-queues.appspot.com/results/2891284 Comment on attachment 213146 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=213146&action=review > Source/WebCore/page/EventHandler.cpp:2247 > m_instanceUnderMouse = instanceAssociatedWithShadowTreeElement(result); This needs to be targetElement instead of result. (In reply to comment #4) > (From update of attachment 213146 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=213146&action=review > > > Source/WebCore/page/EventHandler.cpp:2247 > > m_instanceUnderMouse = instanceAssociatedWithShadowTreeElement(result); > > This needs to be targetElement instead of result. Awkward. :| Comment on attachment 213146 [details] Patch Attachment 213146 [details] did not pass efl-ews (efl): Output: http://webkit-queues.appspot.com/results/2903217 Created attachment 213148 [details]
Patch for landing with SVG build fix
Comment on attachment 213148 [details] Patch for landing with SVG build fix Clearing flags on attachment: 213148 Committed r156761: <http://trac.webkit.org/changeset/156761> All reviewed patches have been landed. Closing bug. |