learn.svelte.dev icon indicating copy to clipboard operation
learn.svelte.dev copied to clipboard

Motion/Tweened tutorial does not work on Safari 16.5

Open tuscland opened this issue 1 year ago • 3 comments

The tutorial at https://svelte.dev/tutorial/tweened does not work on Safari 16.5.

The expected result is : the progress bar updates. The actual result is : the progress bar does not change.

The tutorial works on Mozilla Firefox and Microsoft Edge (though the progress bar has a weird black background).

tuscland avatar May 20 '23 10:05 tuscland

This is probably due to this bug in Webkit: https://bugs.webkit.org/show_bug.cgi?id=255914

It seems to be fixed in Safari Technology Preview 170. https://webkit.org/blog/14167/release-notes-for-safari-technology-preview-170/

Fixed the value not updating on <meter> and <progress> elements (263473@main)

Please wait for the release of a new version of Safari.

tomoam avatar May 22 '23 09:05 tomoam

Thank you for finding this.

tuscland avatar May 24 '23 21:05 tuscland

Works in Safari 17.1 (also needed to disable "Enable content blockers" in Safari -> Settings for learn.svelte.dev)

stepdi avatar Nov 14 '23 10:11 stepdi