-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Reactivity not working on safari v12.5.7 #11869
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
Comments
This may be difficult to reproduce and work on due to the hardware requirement. Although I probably can't contribute much on the code because of my lack of understanding of the internal code and browser differences, I can help test different changes and report the behaviour if anyone has some guesses or starting directions. |
Probably duplicate of #10438 |
I believe this is a different issue. Contrary to #10438,
|
I seem to be having the same problem. When a user selects a date in the checkout of my website it is updated and displays correctly on every browser except Safari. |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
(re-opening of sveltejs/learn.svelte.dev#602 because it was misunderstood and incorrectly transferred to sveltejs/learn.svelte.dev).
Variables do not update and no reactivity-related feature works, on ios safari with software version 12.5.7.
By not working I mean nothing changes when the variables are supposed to update.
Here is a screen recording of the behaviour on ipod. The button flashing is when I clicked on the button:
E3DF33D2-2B1B-4E6C-BA2E-B17F7AD0D7F1.MOV
Reproduction
https://git.sr.ht/~liliace/reactive-example
This is a skeleton project from running
pnpm create svelte@latest
and copying the code from https://learn.svelte.dev/tutorial/reactive-assignments intosrc/routes/+page.svelte
.I believe it is an issue with the reactivty part and not the
on:click
(or at least not juston:click
) because using asetInterval
to update the variable also works on firefox but not on safari. My other projects using other reactivity code like input binding also have the same issue.This report is mean for svelte and not learn.svelte.dev. I am just using the code on learn.svelte.dev to reproduce this to show that the bug exists on official code examples.
Logs
System Info
Severity
blocking all usage of svelte
The text was updated successfully, but these errors were encountered: