-
-
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
video behavioral differences with svelte 5 #13700
Comments
I was also facing the Didn't know it was caused by Svelte 5. Thank you. Possibly related: |
Thanks for the pointer to that Vue issue! Probably we need to do something like they did: vuejs/vue@f2e00f7 (I'm not sure it's related, but I also found this StackOverflow issue regarding |
The second issue about |
I gave it a try and it works great, thank you! |
@michelheusschen I couldn't see any code in Svelte 4 that filters it out? Am I missing something here? |
I'm not sure if it's actually filtered out, it may be caused by the timing or removal of event listeners. When using |
Maybe something to add to the breaking changes list at the very least? |
Describe the bug
Using the same svelte 4 code in svelte 5 behaves differently:
<video muted>
isn't muted in firefoxNaN
when pressingToggle video
after playback has started (tested in firefox and chrome)Reproduction
Svelte 4
Svelte 5
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: