-
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
Time Tooltips #3836
Time Tooltips #3836
Conversation
We should also fix #3658 as part of this PR. |
Or rather, fix #3645 |
51bbbc3
to
322293d
Compare
Yep, I noticed that and have fixed it! |
30620e7
to
ddc318e
Compare
I rebased out the changes from #3829 - I don't think they were truly necessary here. |
12076a1
to
50beaec
Compare
This isn't perfect, but I think it's getting close. There are a few very minor edge cases to iron out and the tests need fixing. |
78c829c
to
5974db5
Compare
This looks pretty nice. |
Ok, I think we want to merge this for the RC without addressing the issue but we should address the issue shortly after. |
This eliminates the keepTooltipsInside option and fixes issue videojs#3645 by forcing a limitation on the calculated position of the tooltip.
This is mostly complete. The only exception to that is that we are not yet ensuring that TimeTooltip components remain inside the player.
5974db5
to
8f8965c
Compare
This eliminates the
keepTooltipsInside
option and makes that the default behavior.It will also involve some refactoring to optimize performance since this is somewhere that we spend a fair amount of time.
Requirements Checklist