[Webkit-unassigned] [Bug 97342] New: [BlackBerry] Media player won't resize for the following source when first source fail to load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 21 08:48:16 PDT 2012


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

           Summary: [BlackBerry] Media player won't resize for the
                    following source when first source fail to load
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Blackberry
          Severity: Normal
          Priority: P2
         Component: WebKit BlackBerry
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jonathan.dong at torchmobile.com.cn
                CC: rwlbuis at gmail.com, staikos at kde.org,
                    charles.wei at torchmobile.com.cn, yoli at rim.com,
                    tonikitoo at webkit.org, mfeil at rim.com


RIM PR: 211662

simplified test case:
<html>
    <body>
        <video control>
            <source src="video-do-not-exist.mp4" />
            <source src="video-valid.mp4" />
        </video>
    </body>
</html>

the first source is an invalid url and the second is valid. This issue can also reproduce by test case media/video-size.html

The root cause is if we failed to load the first source, we will accidentally set the video renderer's width and height attributes, which will prevent the second source's intrinsic size if it gets loaded successfully.

-- 
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