Closed
Bug 1750994
Opened 4 years ago
Closed 4 years ago
PointerEvent.constructor should not modify the target of the events which are passed as coalesced or predicted events
Categories
(Core :: DOM: Events, defect, P3)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
98 Branch
| Tracking | Status | |
|---|---|---|
| firefox98 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
Details
Attachments
(1 file)
This affects only non-trusted events.
https://github.com/w3c/pointerevents/pull/427
(and there were also other clarifications to the spec)
| Assignee | ||
Comment 1•4 years ago
|
||
If an event doesn't have a target, offsetX/Y behave differently. Those shouldn't be modified.
Pushed by opettay@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d6b67b402dde
PointerEvent.constructor should not modify the target of the events which are passed as coalesced or predicted events, r=edgar
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/32466 for changes under testing/web-platform/tests
Upstream PR merged by moz-wptsync-bot
Comment 5•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox98:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•