-
Notifications
You must be signed in to change notification settings - Fork 5
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] Scrubbing in Safari before playback doesn't work intermittently #728
Comments
We are intentionally calling |
The fix put in place for this issue could create a race condition for player dispatches for current time updates in the state. I did the following in the demo instance to see whether this happens, and I did not run into any inconsistencies. But we should probably do these extra tests once this is brought into Avalon, since that environment could create different results.
|
@abankhele Can you QA this one? |
Yes, I will take it up. |
This bug now does not replicate on iOS (Safari). However, on desktop(macos) (Chrome), when a new window is opened, the media object URL is pasted, and the steps are followed, the error is reproducible. |
Describe the bug
If the user selects a new section and quickly scrubs someplace fairly late in the video before beginning playback, the playhead will jump back to the beginning of the video.
If the user sits for a few seconds before scrubbing after selecting the section, the scrubbing works. Likely due to the video not being fully loaded.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Scrubbing should work even before video is fully loaded into the player.
Screenshots
Private Zenhub Video
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: