Describe the bug
The Media Element Binding for setting bind:currentTime={time} is unreliable when setting single times. For example a list of video position index markers. Clicking on an index, which sets the currentTime, doesn't always set the video position. Where as if I set currentTime via the DOM method then it does work every time.
To Reproduce
Here's a couple of examples the issue:
https://svelte.dev/repl/3470317362744bf296ae78b688445448?version=3.9.2
https://svelte.dev/repl/17fecf5e4b5449a79f7eda6abc480f19?version=3.9.2
Describe the bug
The Media Element Binding for setting
bind:currentTime={time}is unreliable when setting single times. For example a list of video position index markers. Clicking on an index, which sets the currentTime, doesn't always set the video position. Where as if I set currentTime via the DOM method then it does work every time.To Reproduce
Here's a couple of examples the issue:
https://svelte.dev/repl/3470317362744bf296ae78b688445448?version=3.9.2
https://svelte.dev/repl/17fecf5e4b5449a79f7eda6abc480f19?version=3.9.2