Closed
Bug 1796235
Opened 2 years ago
Closed 2 years ago
Event listener target changes in the middle of a touchpad pan gesture
Categories
(Core :: DOM: Events, defect, P3)
Core
DOM: Events
Tracking
()
RESOLVED
DUPLICATE
of bug 1168182
People
(Reporter: dlrobertson, Assigned: dlrobertson)
References
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
STR:
- Navigate to the attached example
- Conduct a two finger scroll gesture down the touchpad to trigger a downward scroll on the page
Expected results:
- The event listener for the child element is not called.
Actual results:
- The event listener for the child element is called once the cursor is over the child element.
Note that both Chrome and Safari match the expected results.
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P3
Assignee | ||
Comment 1•2 years ago
|
||
I plan to look into this a bit more over the next week.
Flags: needinfo?(drobertson)
Assignee | ||
Comment 2•2 years ago
|
||
I've started debugging this a bit and should have some time this week to dig in a bit more.
Assignee: nobody → drobertson
Flags: needinfo?(drobertson)
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•