[Webkit-unassigned] [Bug 67900] New: On video elements, setting poster just before src causes the poster not to be shown at all

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 10 18:18:01 PDT 2011


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

           Summary: On video elements, setting poster just before src
                    causes the poster not to be shown at all
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: marc.hoyois at gmail.com


Created an attachment (id=106996)
 --> (https://bugs.webkit.org/attachment.cgi?id=106996&action=review)
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+.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list