-
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
Fix style MouseTimeDisplay
#3645
Comments
Possibly, easy, but naive fix would be to update the (Haven't investigated) |
Huh, oops. Also, I'm thinking when we do a new major release for videojs we make the "keepToolstipsInside" option on the progress control be the default and only option, which, I think would also fix this issue. |
6 tasks
misteroneill
added a commit
to misteroneill/video.js
that referenced
this issue
Jan 19, 2017
This eliminates the keepTooltipsInside option and fixes issue videojs#3645 by forcing a limitation on the calculated position of the tooltip.
misteroneill
added a commit
to misteroneill/video.js
that referenced
this issue
Feb 3, 2017
2 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
When hovering over the
ProgressControl
theMouseTimeDisplay
activates outside of the expected boundary of theSeekBar
.I suspect it has to do with
margin: 0 0.45em 0 0.45em;
identified in https://github.com/videojs/video.js/blob/master/src/css/components/_slider.scss#L6 and possibly how parent element calculates theMouseTimeDisplay
?Steps to reproduce
SeekBar
Results
Expected
For the
MouseTimeDisplay
to be bound by theSeekBar
.Actual
Additional Information
Please include any additional information necessary here. Including the following:
versions
videojs
5.11.6
browsers
Chrome
Firefox
Safari
OSes
OSX
10.11.5
The text was updated successfully, but these errors were encountered: