Open
Bug 1960253
Opened 16 days ago
Updated 13 days ago
Make `PresShell::EventHandler` computable the event target `PresShell` without processing the pending pointer captures
Categories
(Core :: DOM: Events, task)
Core
DOM: Events
Tracking
()
ASSIGNED
People
(Reporter: masayuki, Assigned: masayuki)
References
(Blocks 1 open bug)
Details
We need to consider whether dispatch or not pointerrawupdate
events before processing pending pointer captures to keep the traditional behavior on the documents/windows which do not use pointerrawupdate
events. However, currently, the computation depends on flushing the pending pointer captures. So, we need to rewrite the computation which won't depend on the pointer capture state.
You need to log in
before you can comment on or make changes to this bug.
Description
•