Open
Bug 1767941
Opened 3 years ago
Updated 3 years 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, Unassigned)
References
(Blocks 1 open bug)
Details
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.
You need to log in
before you can comment on or make changes to this bug.
Description
•