Pasting with the mouse button in the search area of a new tab has no effect when clipboard events are disabled
Categories
(Core :: Widget: Gtk, defect, P3)
Tracking
()
People
(Reporter: vincent-moz, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/99.0
Steps to reproduce:
- Open Firefox with ProfileManager.
- Create a new profile.
- Open about:config and switch dom.event.clipboardevents.enabled to false.
- Open a new tab.
5a. In another application, select something.
6a. In the search area (specific to a new tab), click with the middle button.
or
5b. In another application, select and copy something.
6b. In the search area, click on Paste via the context menu.
Actual results:
Nothing happens.
Expected results:
The text should be pasted. Note that instead of 6b, Ctrl-V works as expected.
Comment 1•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Widget: Gtk' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•4 years ago
|
| Reporter | ||
Comment 2•4 years ago
|
||
Still occurs with FF 103.0.2.
Comment 3•3 years ago
|
||
Does dom.event.clipboardevents.enabled bring any benefit to disable it?
| Reporter | ||
Comment 4•3 years ago
|
||
(In reply to Martin Stránský [:stransky] (ni? me) from comment #3)
Does dom.event.clipboardevents.enabled bring any benefit to disable it?
I'm not sure I understand your question, but for security and privacy reasons (I don't want sites to know when I copy or paste to them).
In particular, there's https://superuser.com/questions/1595994/dont-let-websites-overwrite-clipboard-in-firefox-without-explicitly-giving-perm
Comment 5•3 years ago
|
||
(In reply to Vincent Lefevre from comment #4)
I'm not sure I understand your question, but for security and privacy reasons (I don't want sites to know when I copy or paste to them).
In particular, there's https://superuser.com/questions/1595994/dont-let-websites-overwrite-clipboard-in-firefox-without-explicitly-giving-perm
I see, didn't know about this feature.
Description
•