Bug 33636 - Search input box can't be styled without -webkit-appearance
Summary: Search input box can't be styled without -webkit-appearance
Status: RESOLVED DUPLICATE of bug 119967
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-13 16:05 PST by Sidney San Martín
Modified: 2013-12-20 16:49 PST (History)
7 users (show)

See Also:


Attachments
Demonstration of search input (673 bytes, text/html)
2010-01-13 16:05 PST, Sidney San Martín
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sidney San Martín 2010-01-13 16:05:41 PST
Created attachment 46521 [details]
Demonstration of search input

Many input elements relinquish their built-in style when a border or background is specified through CSS. Search inputs are an exception: they retain their default styling unless -webkit-appearance: textfield is explicitly set.
Comment 1 Martin Kliehm 2010-04-07 04:23:11 PDT
Confirmed in nightly built r57112. I'm unable to style borders and background of input style="search" elements.
Comment 2 Martin Kliehm 2010-04-07 04:27:00 PDT
The implication of this bug is that I can't use the HTML5 input type="search" element as long as this isn't fixed. That's serious, and I'd appreciate if somebody could adopt and fix the error (it's also in current versions of Chrome, BTW).
Comment 3 Michael Dayah 2010-09-21 22:42:53 PDT
This bug still exists and remains unacknowledged.
Comment 4 Eric Meyer 2011-05-23 12:55:14 PDT
Confirming this behavior exists as of Chrome 11.0.696.68 and Safari 5.0.3 as of the date I'm posting this comment.
Comment 5 Jerome Leclanche 2013-01-28 02:28:05 PST
Still an issue with Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17.
Comment 6 gur.trio 2013-12-20 03:34:00 PST
(In reply to comment #5)
> Still an issue with Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17.

Fixed : http://trac.webkit.org/changeset/157443.
Comment 7 Alexey Proskuryakov 2013-12-20 11:02:34 PST
> Fixed : http://trac.webkit.org/changeset/157443.

Shouldn't this be marked as duplicate in this case?
Comment 8 gur.trio 2013-12-20 16:49:05 PST

*** This bug has been marked as a duplicate of bug 119967 ***
Comment 9 gur.trio 2013-12-20 16:49:45 PST
(In reply to comment #8)
> 
> *** This bug has been marked as a duplicate of bug 119967 ***

(In reply to comment #7)
> > Fixed : http://trac.webkit.org/changeset/157443.
> 
> Shouldn't this be marked as duplicate in this case?

Done. Even I thought so.