-
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
Progress control UI is not updating correctly on seek of paused video #6370
Comments
👋 Thanks for opening your first issue here! 👋 If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
Going to close this as a duplicate of those two. Thanks for writing up a detailed report. |
Description
Progress control is not updating as expected when the video is paused and the user would like to seek a point in time by clicking the progress bar.
reduced test case
Steps to reproduce
Results
Expected
Regardless of the video is paused or not the user should be able to see an update from the UI.
Actual
On a paused video clicking the progress bar correctly updates the vide but not the progress bar.
Error output
There is no js error only UI is behaving oddly.
Additional Information
versions
videojs
video.js 7.7.1
browsers
Tested on Chrome
OSes
Tested on Mac Catalina 10.15.1
plugins
no plugins used
The text was updated successfully, but these errors were encountered: