Bug 61382

Summary: Input boxes of type search use box-sizing of border-box
Product: WebKit Reporter: Chad Killingsworth <chadkillingsworth>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: bfulgham, mihnea
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch morrita: review-

Description Chad Killingsworth 2011-05-24 11:46:23 PDT
Created attachment 94653 [details]
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.
Comment 1 Mihnea Ovidenie 2011-06-01 10:54:07 PDT
(In reply to comment #0)
> Created an attachment (id=94653) [details]
> 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.

If you want somebody to take a look at your patch, you should mark that by setting review?. See http://www.webkit.org/coding/contributing.html.
Comment 2 Hajime Morrita 2011-06-06 18:52:26 PDT
Comment on attachment 94653 [details]
Patch

Did you run the layout tests?
I suspect this change will break existing test cases.

You also need to follow the convention described http://www.webkit.org/coding/contributing.html.
This change doesn't contains ChangeLogs.
Comment 3 Brent Fulgham 2022-07-12 14:42:05 PDT
This patch seems to have been abandoned.