-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
The player control bar sometimes stay visible #1263
Comments
@TheFrenchGhosty While not ideal, paste the following into the browser console, and then move the mouse over the player, which should fix the control bar: player.options_.inactivityTimeout = 2000
|
This issue has been automatically marked as stale and will be closed in 30 days because it has not had recent activity and is much likely outdated. If you think this issue is still relevant and applicable, you just have to post a comment and it will be unmarked. |
Videojs fixed this in videojs/video.js#7383, which landed in v7.15.1. |
This issue has been automatically marked as stale and will be closed in 30 days because it has not had recent activity and is much likely outdated. If you think this issue is still relevant and applicable, you just have to post a comment and it will be unmarked. |
No. We are stuck in old videojs version due to #2848 |
I think i'm affected by this bug aswell #4461 |
Sometimes the player control bar will stay visible, it only seems to happen if the user interacted with it (including pausing/resuming).
This is completely inconsistent and maybe happen for 1 our of 10 videos. This is one of the biggest UX frontend bug currently.
Previous issue (containing potentially useful information):
The text was updated successfully, but these errors were encountered: