[wp-trac] [WordPress Trac] #23803: Twenty Thirteen: Search field icon is missing in IE10
WordPress Trac
noreply at wordpress.org
Sun Mar 24 01:30:57 UTC 2013
#23803: Twenty Thirteen: Search field icon is missing in IE10
-------------------------------------+--------------------
Reporter: samiamnot | Owner:
Type: defect (bug) | Status: new
Priority: low | Milestone: 3.6
Component: Bundled Theme | Version: trunk
Severity: minor | Resolution:
Keywords: needs-patch 2nd-opinion |
-------------------------------------+--------------------
Comment (by georgestephanis):
Alright, problem 2 is solved.
This seems to be a quirk with IE10 imitating IE9's browser mode. When it
does, it resets anything that is input type="search" back to type="text"
-- you can see a simplified demo here:
http://stephanis.info/typesearch.html
Note that in IE10 in normal IE10 browser mode, it displays with a red
background -- which is correct due to input[type=search] in the css.
However, change it IE9 browser mode, and it swaps the type to text.
Due to this, I'm having to suggest wontfix, as it's only being reset due
to a bug in IE.
I'd also recommend someone from the wpcom team check out why it's
defaulting to an IE9 browser mode over there as well.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23803#comment:12>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list