[Webkit-unassigned] [Bug 225963] REGRESSION: Video element disappears after setting currentTime to 0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 19 15:41:15 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=225963

Eric Carlson <eric.carlson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Eric Carlson <eric.carlson at apple.com> ---
The video element doesn't disappear, the poster frame is hidden and the first frame of the video happens to be black. 

This is the correct behavior according to the HTML spec. The first step in the algorithm is "Set the media element's show poster flag to false" [1], which hides the poster frame.

[1] https://html.spec.whatwg.org/#seeking:dom-media-currenttime

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210519/db876c73/attachment.htm>


More information about the webkit-unassigned mailing list