[Webkit-unassigned] [Bug 82754] New: video doesn't display when <video> size is same as video resource size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 30 11:03:56 PDT 2012


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

           Summary: video doesn't display when <video> size is same as
                    video resource size
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wjia at chromium.org


There is no video display when the following sequence is done:
1. The page has
<video width="640" height="480" id="videoView" autoplay="autoplay"></video> 

2. Later on, JS update <video>'s src as
document.getElementById("videoView").src = VGA.mp4
where VGA.mp4 has video frame size as 640x480.

Scaling the browser window enables video display.

It appears that RenderVideo doesn't request re-layout since poster frame has same width/height as video resource.

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