Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(playback rate menu): cycling rates via click (videojs#4486)
In 6.0, we changed the way that Menu Buttons were being created by wrapping an actual button with a menu sibling in a container. The playback rate menu also had a rate value display. In 6.x, this rate value display ended up coming on top of the button itself and capturing it's clicks. So, we want to remove pointer-events from the rate-value display and resize the actual button to be the size of the control.
- Loading branch information