[Webkit-unassigned] [Bug 82124] New: Media controls rendering regression

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 24 02:09:44 PDT 2012


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

           Summary: Media controls rendering regression
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vcarbune at adobe.com
                CC: eric.carlson at apple.com
            Blocks: 79347


Bug 79746 introduced a regressions when displaying media controls.
I'm providing explanations and a quick fix and I'm working on solving them properly:

Controls are displayed on full-screen (http://code.google.com/p/chromium/issues/detail?id=119527):
In Bug79746 I have introduced a timer to set display:none on controls after the fade out transition ends (the reasons are explained in the ChangeLog). Before this change, the display property was used only in the logic above the PanelElement to set controls permanently displayed or not. The media control panel, however, should be aware of the state when toggling the display property. 

Volume slider is displayed below the volume box (http://code.google.com/p/chromium/issues/detail?id=119651):
This is also caused of toggling the display:none property. The current rendering of slider container contains logic offset in RenderMediaVolumeSliderContainer::layout() which isn't always called again when the display property is toggled.

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