Fission: Make mouseenter/mouseleave event be dispatched properly in nested oop iframe
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P2)
Tracking
()
People
(Reporter: edgar, Assigned: edgar)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
While working on bug 1635784, I found some bug of mouseenter/mouseleave on nested iframe cases, for example, a.com contains an iframe b.com that also contains an iframe c.com, if we switch tab or window via keyboard shortcut, enter/leave event would possibly not be dispatched properly in a certain process, depends on the mouse location.
We could also notice similar behavior in one-level nested, like https://phabricator.services.mozilla.com/D79387, but the situation is better, it just does not work properly in the first place, would be recovered as soon as the user moves the mouse.
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee | ||
Comment 2•4 years ago
|
||
Comment 3•4 years ago
|
||
Hi Edgar, are you going to be working on this bug? Or do we need to find another engineer?
Tracking for Fission milestone M6c Nightly
Assignee | ||
Comment 4•4 years ago
|
||
(In reply to Chris Peterson [:cpeterson] from comment #3)
Hi Edgar, are you going to be working on this bug? Or do we need to find another engineer?
I am working on this bug.
Assignee | ||
Comment 5•4 years ago
|
||
Will fix this in bug 1653949.
Comment 6•4 years ago
|
||
(In reply to Edgar Chen [:edgar] (PTO from 07/25 to 08/02) from comment #5)
Will fix this in bug 1653949.
In that case, I will move this bug from Fission Nightly milestone M6c to M6b since bug 1653949 is tracked for M6b.
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Description
•