[Webkit-unassigned] [Bug 61382] New: Input boxes of type search use box-sizing of border-box

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 24 11:46:23 PDT 2011


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

           Summary: Input boxes of type search use box-sizing of
                    border-box
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: chadkillingsworth at missouristate.edu


Created an attachment (id=94653)
 --> (https://bugs.webkit.org/attachment.cgi?id=94653&action=review)
Patch

The default stylesheet specifically sets

input[type="search"] { -webkit-box-sizing: border-box; }

Since search boxes render as a text input box, and other browsers render them using the content-box model, I would like to see this default style changed.

Patch attached.

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