Open
Bug 1901460
Opened 9 months ago
Updated 9 months ago
Optimize hittesting on touch-action:none element with position:absolute
Categories
(Core :: Panning and Zooming, enhancement, P3)
Core
Panning and Zooming
Tracking
()
NEW
People
(Reporter: hiro, Unassigned)
References
Details
Attachments
(1 file)
2.19 KB,
application/octet-stream
|
Details |
Attaching file is to add a mochitest to see this issue. In the test there's a position:absolute svg element inside a position:absolute div element, hit testing on the svg element returns "IRREGULAR_AREA", it should just return "VISIBLE".
You need to log in
before you can comment on or make changes to this bug.
Description
•