[Webkit-unassigned] [Bug 20388] New: <video> elements on Windows never becomes visible when a page is restored from the cache.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 14 17:44:49 PDT 2008


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

           Summary: <video> elements on Windows never becomes visible when a
                    page is restored from the cache.
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric.carlson at apple.com


<video> elements on Windows do not becomes visible when a page is restored from
the cache, possibly as a is a side effect of the fix for rdar://6112219. 

This happens because the call sequence when restoring from the cache is such
that m_qtMovie is NULL the first time the renderer calls MediaPlayer::setRect,
but it caches the rect so MediaPlayerPrivate::setRect is never called when the
renderer sets the size again after the movie is allocated.


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



More information about the webkit-unassigned mailing list