Open
Bug 1767941
Opened 3 years ago
Updated 5 months ago
Once `navigator.clipboard.readText()` has been enabled behind a pref, check behavior when the "Paste" button overlaps another context menu
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, task)
Core
DOM: Copy & Paste and Drag & Drop
Tracking
()
NEW
People
(Reporter: mbrodesser-Igalia, Assigned: edgar)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Potentially problematic case: when opening the right-click context menu via a right-click and opening the "Paste" popup in the corresponding "mousedown" event handler.
Reporter | ||
Comment 1•3 years ago
|
||
Implement forbidding pasting when the user activation stems from a context menu (e.g. Right click), because it the "Paste" button could overlap with that menu.
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Comment 2•7 months ago
|
||
Assignee | ||
Comment 3•5 months ago
|
||
Front-end is looking at a general solution that could help with this type of problem. Let's revisit this after that.
You need to log in
before you can comment on or make changes to this bug.
Description
•