Open
Bug 1548560
Opened 5 years ago
Updated 2 years ago
Synthesized mouse events don't account for CSS transforms on elements enclosing views
Categories
(Core :: Layout, defect, P3)
Tracking
()
NEW
People
(Reporter: kats, Unassigned)
References
(Depends on 1 open bug)
Details
The synthesized mouse event dispatching code uses the view hierarchy to find the right target for the mouse event, here. However the view bounds that it uses don't account for CSS transforms. So if you have an iframe with a CSS transform, the synthesized mouse event might get dispatched to the wrong presshell.
Comment 1•5 years ago
|
||
The priority flag is not set for this bug.
:jwatt, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jwatt)
Updated•5 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•