Closed
Bug 1436309
Opened 7 years ago
Closed 7 years ago
resistFingerprinting prevents browser shortcuts to work in some pages
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
DUPLICATE
of bug 1433592
People
(Reporter: designakt, Unassigned)
References
Details
(Whiteboard: [fingerprinting-breakage])
Attachments
(1 file)
356.03 KB,
image/gif
|
Details |
How to reproduced:
- create new profile
- create a google doc, or go to github
- select some text
- press "Strg" + "c" to copy that text
- enable "resistFingerprinting"
- repeat previous steps
expected result:
I still can copy text.
actual result:
"Strg" will be ignored, and "c" is interpreted.
(as typing c in google doc, and as creating a new issue on github)
(see attachment for recording of that behaviour on google doc)
Observed on all current channels of Firefox, on Windows 10.
Updated•7 years ago
|
Comment 1•7 years ago
|
||
Same symptoms here on Linux: the ctrl key is swallowed so ctrl+c to copy ends up typing a c, ctrl+z to undo types a z etc. I've seen this in google docs.I can toggle the behavior by enabling/disabling the privacy.resistFingerprinting;true pref in about:config.
Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•