Bug 61382 - Input boxes of type search use box-sizing of border-box
Summary: Input boxes of type search use box-sizing of border-box
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-24 11:46 PDT by Chad Killingsworth
Modified: 2022-07-12 14:42 PDT (History)
2 users (show)

See Also:


Attachments
Patch (365 bytes, patch)
2011-05-24 11:46 PDT, Chad Killingsworth
morrita: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.