Closed
Bug 200017
Opened 23 years ago
Closed 23 years ago
disable message boxes when I right click in a document
Categories
(Firefox :: Settings UI, enhancement)
Firefox
Settings UI
Tracking
()
People
(Reporter: alex.kp, Assigned: bugzilla)
Details
Attachments
(1 file)
|
617 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030307 Phoenix/0.5
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030307 Phoenix/0.5
In an effort to warn people against reproducing images or text from a page, some
authors use event.button to check whether the right mouse button has been
pressed, and display a message box. Presumably the assumption is that the right
mouse button is used to copy images from a page. However, this interferes with
selecting any functions from the context menu. Furthermore, it makes
mouse-gesture style plugins, such as radial context, completely unusable. In the
`advanced javascript options' window (tools -> options -> web features ->
advanced), there should be an option to allow scripts to detect the right mouse
button, or something similar.
Reproducible: Always
Steps to Reproduce:
1. Load the test case
Actual Results:
Pressing the right mouse button pops up a dialog box
Expected Results:
Not displayed a dialog box if disabled by user prefs
| Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 86193 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•