[Webkit-unassigned] [Bug 36413] New: [Qt] RenderTheme: fix size adjustment for text fields

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 20 10:07:40 PDT 2010


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

           Summary: [Qt] RenderTheme: fix size adjustment for text fields
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jwieczorek at webkit.org


RenderThemeQt.cpp "hardcodes" the preferred dimensions for text fields but in
fact it is not necessary, because WebCore already does that (20 cols x 2 rows
for text areas and 20 cols x 1 row for text fields). To match other ports the
size shouldn't be altered by the render theme, I believe.

Moreover, the padding for text fields is not properly applied:
- RenderTheme should also change the horizontal padding.
- it should work the same for text areas - it does not now, which causes
rendering issues with the Oxygen style.

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