Closed
Bug 1404255
Opened 7 years ago
Closed 7 years ago
[Pointer Event] Turn off active state or remove current pointer from active pointers when handling pointercancel
Categories
(Core :: DOM: Events, enhancement)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox58 | --- | fixed |
People
(Reporter: stone, Assigned: stone)
References
Details
Attachments
(2 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
text/x-review-board-request
|
masayuki
:
review+
|
Details |
Spec [1] says we should fire pointercancel when a pointer is unlikely to continue to produce events. In that case, we should remove the pointer from active pointers like what we do for pointerup (for non-hoverable device).
[1] https://w3c.github.io/pointerevents/#the-pointercancel-event
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → sshih
Assignee | ||
Updated•7 years ago
|
Summary: [Pointer Event] Remove current pointer from active pointers when handling pointercancel for non-hoverable device → [Pointer Event] Turn off active state or remove current pointer from active pointers when handling pointercancel
Assignee | ||
Comment 1•7 years ago
|
||
Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8915480 [details]
Bug 1404255 - [Pointer Event] Turn off active state or remove current pointer from active pointers when handling pointercancel.
https://reviewboard.mozilla.org/r/186690/#review191854
Attachment #8915480 -
Flags: review?(masayuki) → review+
Assignee | ||
Comment 4•7 years ago
|
||
Pushed by sshih@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e7c9f37690bd
[Pointer Event] Turn off active state or remove current pointer from active pointers when handling pointercancel. r=masayuki
Comment 6•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
You need to log in
before you can comment on or make changes to this bug.
Description
•