Closed
Bug 1692277
Opened 5 years ago
Closed 4 years ago
Disable DND for pen input
Categories
(Core :: DOM: UI Events & Focus Handling, task)
Tracking
()
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Currently the pen input causes hang when drag-n-drop starts if dom.w3c_pointer_events.dispatch_by_pointer_messages
is enabled. Disabling DND will allow us to enable the flag to fix several pen related issues.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → krosylight
Status: NEW → ASSIGNED
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d3d6dc34e64a
Trigger DND only if pointermove is not from pen r=edgar
Severity: -- → N/A
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
Assignee | ||
Comment 4•4 years ago
|
||
Chrome is doing the same, btw. https://codereview.chromium.org/2911413002 (src)
You need to log in
before you can comment on or make changes to this bug.
Description
•