Closed
Bug 1284759
Opened 9 years ago
Closed 9 years ago
Should launch pointerdown event immediately when the screen is touched
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bhsu, Assigned: stone)
References
Details
After enabling Pointer Events[0], we should launch pointerdown event immediately when the screen is touched. Now, the pointerdown is launched when the finger or pen removed from the screen, which is the timing of pointerup.
![]() |
Reporter | |
Updated•9 years ago
|
Assignee: nobody → bhsu
![]() |
Reporter | |
Comment 1•9 years ago
|
||
If we set browser.tabs.remote.force-enable to true will fix this issue on e10s and APZ are enabled platform.
Comment 2•9 years ago
|
||
Hi Stone, would you please follow Ben's comment 1 to move this bug forward? Thanks!
Assignee: bhsu → sshih
Assignee | ||
Comment 3•9 years ago
|
||
Used [1] on Windows 10 to test this bug with e10s enabled. Pointer events are dispatched correctly.
[1] https://hg.mozilla.org/mozilla-central/rev/4a18b5cacb1b
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•