We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There seems to be a race condition when setting currentTime while it is binded
Use firefox then try to seek while the video is playing. Try to seek multiple times as it might work some of the time.
https://svelte.dev/repl/0487f38a3e7c491983ba97b039f1b674?version=3.44.2
No response
3.44.2
annoyance
The text was updated successfully, but these errors were encountered:
Basically #3524 was never fully solved from looking at the comments
Sorry, something went wrong.
Can still reproduce this in Firefox 97 and the latest version of Svelte.
Can reproduce in Firefox 105.0.3. Same thing occurs with <audio> element.
<audio>
Still occurring in Firefox 119.0.
Fix seeking not working well in Firefox
cd61b7a
https://linear.app/beyondwords/issue/S-3758/seeking-is-not-working-well-in-firefox Caused by a Svelte bug: - sveltejs/svelte#6955 - sveltejs/svelte#3524 Fixed using the technique suggested here: sveltejs/svelte#3524 (comment)
No branches or pull requests
Describe the bug
There seems to be a race condition when setting currentTime while it is binded
Reproduction
Use firefox then try to seek while the video is playing. Try to seek multiple times as it might work some of the time.
https://svelte.dev/repl/0487f38a3e7c491983ba97b039f1b674?version=3.44.2
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: