Open
Bug 1609529
Opened 5 years ago
Updated 1 year ago
"pointerup" not fired when an element processing the "pointerdown" gets removed with touch/pen input
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: ondras, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: testcase)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0
Steps to reproduce:
Sample fiddle: https://jsfiddle.net/8fq26dLa/1/
Happens in Firefox and only with touch/pen input.
Actual results:
Touching down/up the button removes the button, but there is no "pointerup" event fired. Touching elsewhere correctly fires "pointerup".
Expected results:
"pointerup" shall be fired even when the preceding "pointerdown" is fired on an element that gets removed.
Comment 1•5 years ago
|
||
This looks like a similar issue as https://bugzilla.mozilla.org/show_bug.cgi?id=1591250#c38.
Updated•5 years ago
|
Component: DOM: Events → DOM: UI Events & Focus Handling
Comment 2•5 years ago
|
||
The component has been changed since the backlog priority was decided, so we're resetting it.
For more information, please visit auto_nag documentation.
Priority: P3 → --
Updated•5 years ago
|
Priority: -- → P3
Comment 3•4 years ago
|
||
See Also: → 1695574
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Updated•2 years ago
|
Summary: "pointerup" not fired when an element processing the "pointerdown" gets removed → "pointerup" not fired when an element processing the "pointerdown" gets removed with touch/pen input
You need to log in
before you can comment on or make changes to this bug.
Description
•