Problem
Contextual Menu in the admin central interface is being overlayed by the right click menu of firefox.
Solution
--> In Firefox select Tools/Options.../WebFeatures/Advanced... and check the box "Disable or replace context menus"
As an alternative:
--> In the file pref.js, change or add the following line:
user_pref("dom.event.contextmenu.enabled", true);
--> This can also be achieved using about:config as a URL, and setting the preference:
"dom.event.contextmenu.enabled" with the value "true"
Notes
This hint works for most versions of Firefox but for some reasons, not on the 1.5beta 1.
Firefox 1.5beta2 works OK.
References
See firefox options for more detailed info on the options you may set
In its previous incarnation on JspWiki, this page was last edited on Feb 9, 2007 10:25:07 AM by BorisKraft
Other known authors include :