Closed
Bug 1785325
Opened 2 years ago
Closed 2 years ago
Don't synthesize native mouse event in browser_navigator_clipboard_readText.js if possilbe
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, task)
Core
DOM: Copy & Paste and Drag & Drop
Tracking
()
RESOLVED
FIXED
105 Branch
Tracking | Status | |
---|---|---|
firefox105 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
References
Details
Attachments
(2 files)
To fix the intermittent timeout due to https://bugzilla.mozilla.org/show_bug.cgi?id=1776065#c8.
Assignee | ||
Comment 1•2 years ago
|
||
Instead of manually computing them.
Assignee | ||
Comment 2•2 years ago
|
||
To aviod widget codes doing some unexpected things, like https://bugzilla.mozilla.org/show_bug.cgi?id=1776065#c8
Depends on D154935
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7e24152ef182
Part 1: Use MouseEvent.screenX/Y to get screen coordinate; r=smaug
https://hg.mozilla.org/integration/autoland/rev/b5f70e245ab2
Part 2: Don't synthesize native mouse event if possilbe; r=smaug
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7e24152ef182
https://hg.mozilla.org/mozilla-central/rev/b5f70e245ab2
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox105:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•