-
Notifications
You must be signed in to change notification settings - Fork 897
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
[Bug]: Cursor no longer automatically hides alongside player controls #5838
Comments
related to shaka-project/shaka-player#7394 |
Other steps to reproduce watch video -> press Could also be related to #4137 |
Apparently this has now been fixed (shaka-project/shaka-player#7464). The latest releases of shaka has this fix. |
This appears to have fixed the issue in the general case, thanks! Unfortunately, I have found two scenarios where the cursor still does not auto-hide:
|
@geominorai could you check if you also facing this issues with the upstream player? |
@efb4f5ff-1298-471a-8973-3d47447115dc I can reliably reproduce both cases: Case 1 was reproduced on a freshly opened page on https://nightly-dot-shaka-player-demo.appspot.com/demo/#audiolang=en-US;textlang=en-US;uilang=en-US;panel=ALL_CONTENT;build=uncompiled where clicking on a video example lets the auto page scroll upwards end with the cursor on top of the video player area, which starts playing and hides the seek bar but not the cursor. It is not quite the same as on FreeTube where the page does not have to scroll after selecting the video, however. Case 2 can be reproduced on any player. |
@geominorai best to comment this upstream on shaka-project/shaka-player#7394 |
Unfortunately, it looks like #6090 did not fix the two cases mentioned above either. |
Guidelines
Describe the bug
Following the switch to Shaka Player, the mouse cursor no longer hides itself while inside the video player region (or while in full screen mode) when the video controls automatically hide during playback.
Expected Behavior
Cursor should auto hide when the player controls hide if inside the video player region.
Issue Labels
feature stopped working, usability issue, visual bug
FreeTube Version
v0.21.3-nightly-4852
Operating System Version
Windows 10 build 19045.4780 (22H2)
Installation Method
.exe
Primary API used
Local API
Last Known Working FreeTube Version (If Any)
v0.21.3
Additional Information
This may be a focus-related bug as the cursor auto hides properly during playback after clicking in the dark shaded area far under the video player seek bar. This remains working as long as the cursor is within the video player region or directly underneath it (i.e. the video description and comment section). As soon as the cursor moves outside this area (i.e. the subscription list on the left, the Up Next video list on the right, or the top bar with the app logo and search bar), the bug returns and the cursor no longer auto hides when moved back inside the video player region during playback.
Nightly Build
The text was updated successfully, but these errors were encountered: