Closed
Bug 688702
Opened 14 years ago
Closed 14 years ago
Cancelling context menu on Linux does not work
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: john, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2
Build ID: 20110906120836
Steps to reproduce:
I created the following div and tried to cancel the context menu on it
<div oncontextmenu="return false">Right click me!</div>
Actual results:
The context menu is shown when I right click on the div
Expected results:
The context menu should not be shown
Comment 1•14 years ago
|
||
Mozilla/5.0 (X11; Linux x86_64; rv:9.0a1) Gecko/20110925 Firefox/9.0a1
Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2
Works for me both on Nightly and on Firefox 6. The context menu is not shown when right clicking on the div.
Can you reproduce in safe mode or with a clean profile?
http://support.mozilla.com/en-US/kb/Safe+Mode
http://support.mozilla.com/en-US/kb/Basic+Troubleshooting#Make_a_new_profile
| Reporter | ||
Comment 2•14 years ago
|
||
I can reproduce it when running in Safe Mode as well.
However, creating a new profile resolves the issue for me.
Comment 3•14 years ago
|
||
Setting to resolved then. A setting from your user profile must have triggered the issue.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•