1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-23 02:04:34 +02:00
video.js/src
André b782cb09f4
fix(player): cache_.currentTime is not updated when the current time is set (#8285)
Updating cache_.currentTime as soon as the currentTime is set avoids having to wait for the timeupdate event, which results in:

- making cache_.currentTime more reliable
- updating the progress bar on mouse up after dragging when the media is paused.

See also: #6232, #6234, #6370, #6372
2023-06-01 08:50:29 -04:00
..
css chore: remove legacy prefixes (#8276) 2023-05-31 10:34:01 -04:00
js fix(player): cache_.currentTime is not updated when the current time is set (#8285) 2023-06-01 08:50:29 -04:00