-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Paused binding on audio not working correctly #5914
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hey, any update on this issue? I have updated the repl because it had 404 links: https://svelte.dev/repl/1e2a6d6b6d4d4272bb5515e21b95d224?version=3.50.0 |
Bumping this, issue still exists. |
This will be fixed in Svelte 5 |
Paused binding on audio not working correctly
Describe the bug
The binding for paused on audio elements gives the wrong results in the following two cases:
To Reproduce
Svelte REPL
Expected behavior
The bound variable remains bound and synced to the corresponding DOM property.
Severity
Somewhat annoying. I'm working on an audio player and though there are workarounds, it would be great if it worked as expected.
Additional context
I'm a bit new to open source and Svelte, but with a few pointers, I could take a crack at this myself.
The text was updated successfully, but these errors were encountered: