[Webkit-unassigned] [Bug 58477] New: REGRESSION(r83397) [Qt] When clicking on the media elements they grow 2 pixels.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 13 14:16:47 PDT 2011


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

           Summary: REGRESSION(r83397) [Qt] When clicking on the media
                    elements they grow 2 pixels.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Major
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alexis.menard at openbossa.org
            Blocks: 52030,55055


With the Qt port, on all platforms, Qt has a custom stylesheet for the mediacontrols, extending the default one. Clicking on the play button make it grow by 2px. Since r83397 the media controls elements are actual DOM elements. Therefore the global style-sheet applies to them. html.css defines input[type="button"]:active to be border-style: inset which means that when the buttons are active they grow by their border size.

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