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

fixes #13296 Dropdown disappears with right-click on Firefox #13354

Merged
merged 1 commit into from Apr 20, 2014
Merged

Conversation

fat
Copy link
Member

@fat fat commented Apr 16, 2014

check if rightclick in firefox
fixes #13296

@@ -83,6 +83,7 @@
}

function clearMenus(e) {
if (e && e.which && e.which === 3) return
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't this be simplified to: e && e.which === 3 ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch, thanks :)

@cvrebert cvrebert added the js label Apr 16, 2014
@cvrebert cvrebert added this to the v3.2.0 milestone Apr 16, 2014
@fat
Copy link
Member Author

fat commented Apr 16, 2014

hm… fails?

@fat
Copy link
Member Author

fat commented Apr 16, 2014

retest this please

@cvrebert
Copy link
Collaborator

It's a false negative, but I can mash Rebuild until iOS cooperates.

fat added a commit that referenced this pull request Apr 20, 2014
fixes #13296 Dropdown disappears with right-click on Firefox
@fat fat merged commit 4f427cb into master Apr 20, 2014
@fat fat deleted the fat-13296 branch April 20, 2014 19:11
@fat
Copy link
Member Author

fat commented Apr 20, 2014

It's a false negative, but I can mash Rebuild until iOS cooperates.

😔 too bad, thanks for the help tho @cvrebert

@mdo mdo mentioned this pull request Apr 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dropdown disappears with right-click on Firefox
2 participants