-
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 mouse time tooltip when moved to far right of progress bar #7308
base: main
Are you sure you want to change the base?
Conversation
💖 Thanks for opening this pull request! 💖 Things that will help get your PR across the finish line:
We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can. |
I have this problem too. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@gkatsev - I can repro the alignment issues with 7.9.3, however it looks like the fix/reversal could be applied in current versions. I did some quick tests with v7.21.4 and v8.3.0 (patch applied) and |
Codecov Report
@@ Coverage Diff @@
## main #7308 +/- ##
==========================================
+ Coverage 79.45% 82.36% +2.90%
==========================================
Files 115 112 -3
Lines 7266 7483 +217
Branches 1746 1804 +58
==========================================
+ Hits 5773 6163 +390
+ Misses 1493 1320 -173
... and 72 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This revives videojs#7308 The analysis by @PikachEXE videojs#7248 (comment) still stands. However, the alignment issues pointed out in videojs#7308 (comment) cannot be reproduced with the current Video.js v8.x and v7.x versions after the patch is applied.
This revives videojs#7308 The analysis by @PikachEXE videojs#7248 (comment) still stands. However, the alignment issues pointed out in videojs#7308 (comment) cannot be reproduced with the current Video.js v8.x and v7.x versions after the patch is applied.
This revives videojs#7308 The analysis by @PikachEXE videojs#7248 (comment) still stands. However, the alignment issues pointed out in videojs#7308 (comment) cannot be reproduced with the current Video.js v8.x and v7.x versions after the patch is applied.
@mister-ben, @gkatsev imho this is still needed. |
This revives videojs#7308 The analysis by @PikachEXE videojs#7248 (comment) still stands. However, the alignment issues pointed out in videojs#7308 (comment) cannot be reproduced with the current Video.js v8.x and v7.x versions after the patch is applied.
@phloxic to help me understand, is the .video-js {
transform: scale(1.5);
} |
@amtins, thanks for insisting. Indeed I applied the |
Description
Fix mouse time tooltip when moved to far right of progress bar
Linked issue: #7248
Specific Changes proposed
Please list the specific changes involved in this pull request.
Requirements Checklist