Closed
Bug 1968400
Opened 6 months ago
Closed 6 months ago
Add PointerEvent.persistentDeviceId
Categories
(Core :: DOM: UI Events & Focus Handling, enhancement, P3)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
FIXED
141 Branch
| Tracking | Status | |
|---|---|---|
| firefox141 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file, 1 obsolete file)
Chrome seems to return always 1 for mouse based events, even though that is against the current spec.
I think for other events using 0 for now can be ok-ish. I was told Chrome uses 0 for touch.
| Assignee | ||
Comment 1•6 months ago
|
||
Oh, Chrome is behaving oddly with mouse based pointer events. pointer* events have 1, but click etc have 0
| Assignee | ||
Comment 2•6 months ago
|
||
Updated•6 months ago
|
Assignee: nobody → smaug
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•6 months ago
|
||
(Lando is broken, creating a new patch)
Pushed by opettay@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1fc349568fcf
Add PointerEvent.persistentDeviceId,
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/52798 for changes under testing/web-platform/tests
Updated•6 months ago
|
Attachment #9490576 -
Attachment is obsolete: true
Comment 6•6 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
status-firefox141:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 141 Branch
Upstream PR merged by moz-wptsync-bot
Updated•6 months ago
|
Keywords: dev-doc-needed
Updated•5 months ago
|
QA Whiteboard: [qa-triage-done-c142/b141]
Comment 8•5 months ago
|
||
FF141 MDN docs work for this tracked in https://github.com/mdn/content/issues/40022
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•