UI doesn't let you select the 1x playback rate when the video element's default playback rate is not 1x #7757
Labels
component: UI
The issue involves the Shaka Player UI
priority: P2
Smaller impact or easy workaround
type: bug
Something isn't working correctly
Milestone
Have you read the FAQ and checked for duplicate open issues?
Yes
If the problem is related to FairPlay, have you read the tutorial?
Not applicable
What version of Shaka Player are you using?
4.11.4
Can you reproduce the issue with our latest release version?
Yes
Can you reproduce the issue with the latest code from
main
?Yes, nightly demo
Are you using the demo app or your own custom app?
Both
If custom app, can you reproduce the issue using our demo app?
Yes
What browser and OS are you using?
Firefox, Windows 10
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
Not applicable
What are the manifest and license server URIs?
Any will work as this is a UI bug.
What configuration are you using? What is the output of
player.getNonDefaultConfiguration()
?Default
What did you do?
document.querySelector('video').defaultPlaybackRate = 1.5; document.querySelector('video').playbackRate = 1.5
in the dev toolsWhat did you expect to happen?
It to switch to 1x and the UI to update to reflect that.
What actually happened?
It stayed at 1.5x, other playback rates can still be selected from the playback rate menu, only 1x is the problem.
Are you planning send a PR to fix it?
No, as I'm not sure what the best solution is other than reverting the PR that is causing all of these issues: #7580
Similar bug reports: #7724, #7756
The text was updated successfully, but these errors were encountered: