Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

context menu issue on Firefox and Safari #346

Open
dimitargnikolov opened this issue Aug 17, 2018 · 1 comment
Open

context menu issue on Firefox and Safari #346

dimitargnikolov opened this issue Aug 17, 2018 · 1 comment

Comments

@dimitargnikolov
Copy link

dimitargnikolov commented Aug 17, 2018

The context menu doesn't work properly in Firefox and Safari. If I control-click on my Mac, the menu opens but is immediately closed because of the 'click' handler in app.js, which hides it immediately.

In Chrome, that click handler is never triggered after the contextmenu handler is triggered, but in Firefox and Safari, the click handler does get triggered. This can be verified on the demo site here: https://angular-filemanager.zendelsolutions.com/

Do you see an quick fix for this?

Other angularjs contextmenu examples are structured differently.

@vlcinsky
Copy link

I can confirm the issue.

Temporary workaround for user is rightlick and hold the button, then select the item in the menu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants