RESOLVED FIXED Bug 121026
MouseLeave not always emitted when cursor leaves subframe
https://bugs.webkit.org/show_bug.cgi?id=121026
Summary MouseLeave not always emitted when cursor leaves subframe
Allan Sandfeld Jensen
Reported 2013-09-09 02:53:55 PDT
I noticed the recursive calls in Document::updateHoverActiveState does not forward the PlatformMouseEvent* pointer. This means the nested frames will not have enough information to emit mouseleave.
Attachments
Patch (4.94 KB, patch)
2013-09-09 03:18 PDT, Allan Sandfeld Jensen
tonikitoo: review+
buildbot: commit-queue-
Archive of layout-test-results from webkit-ews-04 for mac-mountainlion (516.57 KB, application/zip)
2013-09-09 06:25 PDT, Build Bot
no flags
Allan Sandfeld Jensen
Comment 1 2013-09-09 03:18:34 PDT
Build Bot
Comment 2 2013-09-09 06:25:46 PDT
Comment on attachment 211023 [details] Patch Attachment 211023 [details] did not pass mac-ews (mac): Output: http://webkit-queues.appspot.com/results/1732374 New failing tests: fast/events/mouseleave-on-subframe.html
Build Bot
Comment 3 2013-09-09 06:25:48 PDT
Created attachment 211034 [details] Archive of layout-test-results from webkit-ews-04 for mac-mountainlion The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: webkit-ews-04 Port: mac-mountainlion Platform: Mac OS X 10.8.4
Allan Sandfeld Jensen
Comment 4 2013-09-09 06:47:57 PDT
mouseenter on DIV mouseenter on BODY mouseenter on HTML +mouseenter on #document mouseleave on DIV mouseleave on BODY mouseleave on HTML +mouseleave on #document Ah, perfect. Testing bug 120862
Allan Sandfeld Jensen
Comment 5 2013-09-09 06:57:18 PDT
Note You need to log in before you can comment on or make changes to this bug.