We don't dispatch mouse events on nodes.
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.