Bug 67900 - On video elements, setting poster just before src causes the poster not to be shown at all
Summary: On video elements, setting poster just before src causes the poster not to be...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-10 18:18 PDT by Marc Hoyois
Modified: 2023-06-28 19:49 PDT (History)
3 users (show)

See Also:


Attachments
Test case demonstrating the bug (1.35 KB, text/html)
2011-09-10 18:18 PDT, Marc Hoyois
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Hoyois 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+.
Comment 1 Eric Carlson 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.
Comment 2 Marc Hoyois 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.
Comment 3 Eric Carlson 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.
Comment 4 Alexey Proskuryakov 2023-06-28 19:49:47 PDT
Doesn't reproduce for me either.