Skip to content
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

Open
TheFrenchGhosty opened this issue Jun 22, 2020 · 7 comments · May be fixed by #4439
Open

The player control bar sometimes stay visible #1263

TheFrenchGhosty opened this issue Jun 22, 2020 · 7 comments · May be fixed by #4439
Labels
bug Something isn't working module:player Impacts the video player of Invidious type:upstream The problem lies in one of the libraries, not in Invidious itself

Comments

@TheFrenchGhosty
Copy link
Member

TheFrenchGhosty commented Jun 22, 2020

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):

When using the "Invidious" theme for the player, if the user change the quality (using dash) after going full-screen the control bar will always stay visible, requiring a refresh of the page.

The only way to have a specific quality AND the video in full-screen is to set the quality, then go full-screen.

This is a massive UX issue.

Edit: this is actually inconsistent, no idea what is the actual cause.

@no-realm
Copy link

no-realm commented Jul 13, 2020

@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

2000 is the default value, but feel free to use a different one.

@TheFrenchGhosty TheFrenchGhosty added bug Something isn't working priority:high type:client-side The user interface of invidious labels Aug 20, 2020
@TheFrenchGhosty TheFrenchGhosty changed the title If the quality is set after going fullscreen, the control bar will stay visible The player control bar sometimes stay visible Aug 24, 2020
@github-actions
Copy link

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.

@github-actions github-actions bot added the stale label Jun 30, 2022
@unixfox unixfox removed the stale label Jun 30, 2022
@WaywardHeart
Copy link

Videojs fixed this in videojs/video.js#7383, which landed in v7.15.1.

@SamantazFox SamantazFox added module:player Impacts the video player of Invidious type:upstream The problem lies in one of the libraries, not in Invidious itself and removed type:client-side The user interface of invidious labels Jul 1, 2022
@github-actions
Copy link

github-actions bot commented Jul 2, 2023

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.

@github-actions github-actions bot added stale and removed stale labels Jul 2, 2023
@foxjaw
Copy link

foxjaw commented Nov 7, 2023

Is this progressing btw ? I'm keen to look into this issue.

@unixfox
Copy link
Member

unixfox commented Nov 7, 2023

No. We are stuck in old videojs version due to #2848

@NolonQ
Copy link

NolonQ commented Mar 9, 2024

I think i'm affected by this bug aswell #4461

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working module:player Impacts the video player of Invidious type:upstream The problem lies in one of the libraries, not in Invidious itself
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants
@unixfox @no-realm @TheFrenchGhosty @SamantazFox @WaywardHeart @NolonQ @foxjaw and others