Bug 258945
| Summary: | [HTMLMediaElement ] currentTime shifts after updating playbackRate | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mateusz <mitelak> |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | eric.carlson, jer.noble, mitelak, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | Mac (Apple Silicon) | ||
| OS: | macOS 13 | ||
Mateusz
Setting a `playbackRate` causes unexpected shifts of `currentTime` when a video is playing in Safari.
Example: https://codesandbox.io/s/currenttime-shifts-after-updating-playbackrate-zj27dd
To reproduce open the sandbox, play the video, and click the checkbox for auto playback rate changes. This example works smoothly on Chromium and Firefox, playbackRate change doesn't affect the currentTime. In Safari, the video's current time shifts to another value (sometimes goes forth, sometimes goes back) after changing the playback rate.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/112220823>