Disabling the context menu (Editor.EnableContextMenu is set to false)

  •  02-20-2008, 9:14 AM

    Disabling the context menu (Editor.EnableContextMenu is set to false)

    My original problem is that there is no way to customize the context menu, it only appears to be possible to disable certain sections but I need to be able to remove options like properties and styles and also add new sections.
     
    With this in mind I am trying to fully disable the context menu until the ability to edit it with more granularity is added. I have set Editor.EnableContextMenu to false which works in IE, however, in Firefox the right-click menu is disabled but if I left-click on a tag in the bottom bar the context menu still appears.
     
    For the moment I have set Editor.ShowTagSelector=False but I really like the tag selector ... is there any way to disable this left click menu in Firefox (it is disabled using Editor.EnableContextMenu in IE)?

View Complete Thread