Bug 67900

Summary: On video elements, setting poster just before src causes the poster not to be shown at all
Product: WebKit Reporter: Marc Hoyois <marc.hoyois>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ap, eric.carlson, jer.noble
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.7   
Attachments:
Description Flags
Test case demonstrating the bug none

Marc Hoyois
Reported 2011-09-10 18:18:01 PDT
Created attachment 106996 [details] Test case demonstrating the bug Overview: Setting the poster attribute of a video element before its src attribute can cause the poster not to be shown at all. Steps to reproduce: Check the attached test case. The first video element sets poster before src when loading a track, the second src before poster. Actual result: More often than not, no poster is shown on the first video (sometimes it works when viewing the page for the first time, so try several times). Expected result: The first video element should behave like the second one. Platform: Tested in 10.7.1 with Safari 5.1 and r94906, and I know this bug was already around in Safari 5.0+.
Attachments
Test case demonstrating the bug (1.35 KB, text/html)
2011-09-10 18:18 PDT, Marc Hoyois
no flags
Eric Carlson
Comment 1 2013-08-20 10:34:28 PDT
Marking as "works for me" because I am unable to reproduce this with TOT. I assume this has been fixed in the nearly two years since it was filed, but please reopen if you are still able to reproduce it.
Marc Hoyois
Comment 2 2013-08-21 11:14:28 PDT
The bug is still there with r154377. You need to reload the page once to see it happen though, but then it happens consistently whenever you reload.
Eric Carlson
Comment 3 2013-08-21 13:12:50 PDT
(In reply to comment #2) > The bug is still there with r154377. You need to reload the page once to see it happen though, but then it happens consistently whenever you reload. I can't reproduce it no matter how many times I reload the page. I will try with other hardware.
Alexey Proskuryakov
Comment 4 2023-06-28 19:49:47 PDT
Doesn't reproduce for me either.
Note You need to log in before you can comment on or make changes to this bug.