[Webkit-unassigned] [Bug 51887] New: [GTK] Use the default CSS text input control border width of relying on the GTK+ theme

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 4 12:16:45 PST 2011


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

           Summary: [GTK] Use the default CSS text input control border
                    width of relying on the GTK+ theme
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P3
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mrobinson at webkit.org


GTK+ themes generally have text control border widths between 1 and 3 pixels. The html.css border widths (2 pixels for text input controls and 1 pixel for text area controls) seem to produce rendering results that are fine for every theme I've tested. Removing this variation between GTK+ themes will:

1. Remove some code.
2. Ensure consistent DRT results between GTK 2.x and GTK 3.x.
3. Protect the DRT results from future theme changes.

The current default GTK 2.x theme has a border width of 2 pixels, so this change should only require updating results that have text areas.

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