Templarian / ui.bootstrap.contextMenu

AngularJS Bootstrap UI Context Menu
MIT License
259 stars 127 forks source link

Firefox's default context menu still pops up #77

Closed Asheq closed 8 years ago

Asheq commented 8 years ago

In Firefox (version 45.2.0), Firefox's default context menu still pops up, potentially covering up the one generated by the angular directive as shown in the picture below:

image

Templarian commented 8 years ago

On 47 it right clicks fine, that example codepen needs to be updated as it contains the broken arrow in Firefox.

You may have an addon or something installed also. Try safe mode.

Asheq commented 8 years ago

Thanks for looking at this.

I solved the issue by entering about:config into the Firefox address bar and changed dom.event.contextmenu.enabled to true.

(This link steered me in the right direction: https://support.mozilla.org/en-US/questions/960253)

Templarian commented 8 years ago

Yea, might be a company wide setting. Some org's IT modify random defaults like this because they think they hare helping the user.

Good to see you found a solution. :smile: