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

Click eventListener seems to be conflicting with the MouseDown eventlistener #14

Open
svnah0724 opened this issue Mar 17, 2017 · 1 comment

Comments

@svnah0724
Copy link

I can drag the ribbon, but clicking the ribbon instead goes to the github page, and does not trigger 'onRibbonClick()'.
After trying to use the .click event trigger to open a second form that does not have the icon showing, I figured out the .click event is conflicting with the .mousedown/.mouseup events.

Going to try assigning a new event that has nothing to do with mouse captures as a backup way to resolve my issue, but leaving this here as a "head's up" about the eventListener conflicts. :)

@svnah0724
Copy link
Author

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

1 participant