Side navigation
#6021 closed bug (worksforme)
Opened February 03, 2010 05:28PM UTC
Closed February 03, 2010 07:43PM UTC
IE7 + ID selector + HTML5 = fail
Reported by: | Kanuck | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.4.2 |
Component: | selector | Version: | 1.4.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I'm using an HTML5 "shiv" to
document.createElement("nav")(along with the other HTML5 elements) so that Internet Explorer will recognize it, and I have a
<nav id="mainnav">block in my document.
In Internet Explorer 7, selectors don't work right on these new elements. For instance:
jQuery("nav").width()returns 960,
jQuery("#mainnav").width()returns 960, but
jQuery("nav#mainnav").width()returns null.
Works as intended in IE8 and WebKit.
Attachments (0)
Change History (1)
Changed February 03, 2010 07:43PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
What version of jQuery? This was fixed in jQuery 1.4.