-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Middle mouse can play/pause videojs #4689
Comments
I wasn't able to reproduce but I can definitely see it happening on some browsers and OSes. |
Uses the new Dom.isSingleLeftClick method to do the check we were doing previously. Also, refactor the player.handleTechClick_() method to follow the new style of code. Fixes #4689
Can do this too. |
@sziberov it's fixed in 6.5.0, please give that a try! |
@gkatsev Yeah, it is, but time tooltip and volume bar styling completely broken now. What I can do? |
@sziberov open new issue, take a picture before and after maybe, I recall the slider have |
i can reproduce the problem on the official demo https://videojs.com/city and im using firefox on windows 10 |
Steps to reproduce
Expected
Shouldn't be able to do that
Problem might be here:
https://github.com/videojs/video.js/blob/master/src/js/player.js#L1384
Related issue: #4611 (fixing that will give enough experience to fix this)
The text was updated successfully, but these errors were encountered: