WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
61382
Input boxes of type search use box-sizing of border-box
https://bugs.webkit.org/show_bug.cgi?id=61382
Summary
Input boxes of type search use box-sizing of border-box
Chad Killingsworth
Reported
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.
Attachments
Patch
(365 bytes, patch)
2011-05-24 11:46 PDT
,
Chad Killingsworth
morrita
: review-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Mihnea Ovidenie
Comment 1
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
.
Hajime Morrita
Comment 2
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.
Brent Fulgham
Comment 3
2022-07-12 14:42:05 PDT
This patch seems to have been abandoned.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug