WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
267521
[WebM] currentTime after seek is always zero.
https://bugs.webkit.org/show_bug.cgi?id=267521
Summary
[WebM] currentTime after seek is always zero.
Jean-Yves Avenard [:jya]
Reported
2024-01-14 19:54:06 PST
``` v.currentTime = v.duration - 0.038; console.log(`here1 : ${v.currentTime}`); await Promise.all([ once(v, 'seeked')]); console.log(`here2 : ${v.currentTime}`); ``` -> [Log] here1 : 2.672 (media-vp8-hiddenframes.html, line 30) [Log] here2 : 0 (media-vp8-hiddenframes.html, line 33) should be 2.672
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-01-14 19:54:24 PST
<
rdar://problem/120988387
>
Jean-Yves Avenard [:jya]
Comment 2
2024-01-14 21:55:02 PST
issue introduced in
bug 267326
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