#23997 closed defect (bug) (fixed)
Twenty Thirteen: Search Box Alignment IE9
Reported by: | RDall | Owned by: | lancewillett |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 3.6 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
On Windows 7 IE 9 The search box is not vertically centered in the nav bar. Also there is no text "search..." in the input box and no search icon as seen in FF on the mac.
See Screenshot:
http://cl.ly/image/1m2X202D0w3O
Attachments (1)
Change History (14)
#1
@
12 years ago
- Summary changed from Search Box Alignment IE9 to Twenty Thirteen: Search Box Alignment IE9
#5
@
12 years ago
Could always add an IE9 conditional to the <html> element in addition to IE7 and IE8 to tweak the IE9 specific styles.
As for placeholders, what about using jquery.placeholder - https://github.com/mathiasbynens/jquery-placeholder - if the browser doesn't support HTML5 placeholders, it will drop them into place, but do nothing if the browser supports it.
#6
@
12 years ago
- Keywords has-patch needs-testing added; needs-patch removed
IE9 doesn't know what a search input type is. Patch adds a fallback for outdated browsers.
#8
@
12 years ago
ie.css
doesn't get loaded for IE9. Also there may be other browsers out there that might not support search type inputs.
#9
@
12 years ago
- Owner set to lancewillett
- Resolution set to fixed
- Status changed from new to closed
In 23961:
IE9 does not support placeholders. Not sure how much we can do about the alignment issue either.