Open
Bug 1960530
Opened 10 months ago
`PointerEvent.getCoalescedEvents()` return `PointerEvent`s which do not support fractional coordinates if its first call is after the propagation
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
NEW
People
(Reporter: masayuki, Unassigned)
References
(Blocks 1 open bug, )
Details
See the testcase.
If getCoalescedEvents() is called after the propagation, the widget here is nullptr. Therefore, the coordinates won't match with the host event.
You need to log in
before you can comment on or make changes to this bug.
Description
•