-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
fix: progress bar sometimes is not filled on 100% #8633
fix: progress bar sometimes is not filled on 100% #8633
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8633 +/- ##
==========================================
- Coverage 83.43% 82.71% -0.72%
==========================================
Files 113 113
Lines 7636 7638 +2
Branches 1835 1835
==========================================
- Hits 6371 6318 -53
- Misses 1265 1320 +55 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems reasonable.
Oh my, I encountered this issue today as well. My app is behaving very strangely, with short videos randomly getting stuck on a specific frame. But I found that it has not been merged in yet, when can the new version be released? |
The test added here is susceptible to timing out on Safari if Safari is in the background, but passes consistently when in the foreground. |
Description
At the end of the video progress bar not in the end.
This is random behavior and it is best visible on short videos.
Specific Changes proposed
The player shouldn't throttle 'ended' event.
Requirements Checklist