WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
314792
timeupdate event can dispatch ahead of 'seeking' under stress
https://bugs.webkit.org/show_bug.cgi?id=314792
Summary
timeupdate event can dispatch ahead of 'seeking' under stress
Jean-Yves Avenard [:jya]
Reported
2026-05-13 23:34:08 PDT
Follow up on
bug 314624
; under some circumstances, timeupdate can still be fired as we are in the middle of a seek operation, that is because any call to MediaPlayer::timeChanged() will cause the timeupdate events to fire. We should decouple the firing of the events from being managed by individual MediaPlayerPrivate, and instead have the HTMLMediaElement fully manage on when this event should be fired.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-05-13 23:34:15 PDT
<
rdar://problem/177044662
>
Jean-Yves Avenard [:jya]
Comment 2
2026-05-13 23:48:04 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/64906
EWS
Comment 3
2026-05-14 17:27:56 PDT
Committed
313283@main
(118bdae825bb): <
https://commits.webkit.org/313283@main
> Reviewed commits have been landed. Closing PR #64906 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug