Open
Bug 1001793
Opened 11 years ago
Updated 3 years ago
Whitelist Google Drive against DOM.event.contextmenu.enabled
Categories
(Firefox :: Menus, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: mihailjp, Unassigned)
Details
Attachments
(1 file)
|
27.52 KB,
image/png
|
Details |
Making context menu disabled is BAD manner. Thanks to setting DOM.event.contextmenu.enabled false, we are able to avoid this wicked attempt.
However, when using Google Drive under anti-disabling-context-menu configuration, unwanted context menu gets shown together with expected one.
Reproducible: Always
Steps to Reproduce:
1. Set DOM.event.contextmenu.enabled = false through about:config.
2. Then, right-click at Google Drive.
Actual Results:
Unwanted Firefox context menu appears together with expected one (i.e. Google Drive's).
Expected Results:
Firefox context menu should NOT be shown in this context.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•