WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
126079
unstyled input type=search forces text indent
https://bugs.webkit.org/show_bug.cgi?id=126079
Summary
unstyled input type=search forces text indent
Derk-Jan Hartman
Reported
2013-12-20 13:37:22 PST
Created
attachment 219786
[details]
screenshot with type="text" When you have an input with type="search" which employs -webkit-appearance:search field, and you counter this with -webkit-appearance:none; you still have a text indent present that shouldn't be there.
Attachments
screenshot with type="text"
(7.80 KB, image/png)
2013-12-20 13:37 PST
,
Derk-Jan Hartman
no flags
Details
with type="search" and appearance:none;
(7.97 KB, image/png)
2013-12-20 13:37 PST
,
Derk-Jan Hartman
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Derk-Jan Hartman
Comment 1
2013-12-20 13:37:50 PST
Created
attachment 219787
[details]
with type="search" and appearance:none;
Derk-Jan Hartman
Comment 2
2013-12-20 13:54:59 PST
Apparently you need all of this: input[type="search"] { -webkit-appearance: none; } input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { -webkit-apparence: none; } That doesn't really match my expectations, but ok
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