[Webkit-unassigned] [Bug 25647] New: Video Controls do layout even when hidden

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 8 11:28:01 PDT 2009


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

           Summary: Video Controls do layout even when hidden
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pdherbemont at apple.com


- Create a file with a media element:
   <video src="LayoutTests/media/content/test.mp4" autoplay controls loop
></video>
- Disable video repaint callback in the MediaPlayerPrivate code.
- Open Quartz Debug, and enable flash on screen update

Even though the controller is hidden there are some screen update. Basically
this  indicates that the controller is being re-layout-ed even though it is
hidden.


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