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

fix(MouseInput): check the pressed button with ev.button property instead of ev.which #981

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Paul167
Copy link

@Paul167 Paul167 commented May 18, 2016

Fixes #976. This replaces the non-standard MouseEvent.which property check with the recommended MouseEvent.button.

Tested on OSX 10.11.4: Chrome 50, WebDriver (ChromeDriver) 2.19, Safari 9.1, Firefox 46; Windows 7: IE11, Chrome 50.

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

Successfully merging this pull request may close these issues.

None yet

1 participant