-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Pausing video does not clear the onProgress timeOut #51
Comments
The timeout is deliberately not cleared, because we might still want to get updates to the Or, an easier fix would be just to check for |
cookpete
added a commit
that referenced
this issue
Jul 27, 2016
To prevent the delayed progress event after pausing, and ensure #51 doesn't happen again
Closed
david-hub024
pushed a commit
to david-hub024/React_VideoPlayer
that referenced
this issue
Dec 23, 2018
david-hub024
pushed a commit
to david-hub024/React_VideoPlayer
that referenced
this issue
Dec 23, 2018
Fixes cookpete/react-player#94 Also serves as a better fix for cookpete/react-player#51
david-hub024
pushed a commit
to david-hub024/React_VideoPlayer
that referenced
this issue
May 23, 2020
david-hub024
pushed a commit
to david-hub024/React_VideoPlayer
that referenced
this issue
May 23, 2020
Fixes cookpete/react-player#94 Also serves as a better fix for cookpete/react-player#51
albanqoku
added a commit
to albanqoku/react-player
that referenced
this issue
Feb 24, 2021
albanqoku
added a commit
to albanqoku/react-player
that referenced
this issue
Feb 24, 2021
Fixes cookpete/react-player#94 Also serves as a better fix for cookpete/react-player#51
Webmaster1116
added a commit
to Webmaster1116/video-player
that referenced
this issue
May 20, 2021
Webmaster1116
added a commit
to Webmaster1116/video-player
that referenced
this issue
May 20, 2021
Fixes cookpete/react-player#94 Also serves as a better fix for cookpete/react-player#51
webmiraclepro
added a commit
to webmiraclepro/video-player
that referenced
this issue
Sep 9, 2022
webmiraclepro
added a commit
to webmiraclepro/video-player
that referenced
this issue
Sep 9, 2022
Fixes cookpete/react-player#94 Also serves as a better fix for cookpete/react-player#51
philip-luther
added a commit
to philip-luther/react-player
that referenced
this issue
Nov 22, 2024
philip-luther
added a commit
to philip-luther/react-player
that referenced
this issue
Nov 22, 2024
Fixes cookpete/react-player#94 Also serves as a better fix for cookpete/react-player#51
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mostly a visual issue, but when pausing the video, there will often be another "tick" of the seek bar since the onProgress timeOut isn't cleared.
The text was updated successfully, but these errors were encountered: