[Webkit-unassigned] [Bug 22689] New: RenderThemeWin should match Firefox button metrics

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 5 12:32:41 PST 2008


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

           Summary: RenderThemeWin should match Firefox button metrics
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ojan at chromium.org


RenderThemeWin should match one of Firefox or IE for compatibility sake. IE has
a padding that is proportional to the amount of text in the button, which is
crazy. So, matching Firefox seems best here.

Firefox has a padding:1px 3px on the inner element of buttons. This is in
addition to any padding set on the element. So, padding:0 set in the CSS still
has that extra few pixels in the actual size of the button, but still returns
padding:0 from getComputedStyle.


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