Side navigation
#9171 closed bug (duplicate)
Opened May 08, 2011 12:01AM UTC
Closed September 11, 2011 10:23PM UTC
Last modified September 29, 2011 12:37PM UTC
1.6 attribute and selector Inconsistant in IE7,8
Reported by: | anonymous | Owned by: | timmywil |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | selector | Version: | 1.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Try this example http://jsfiddle.net/timmywil/5DTfu/2/ in IE7 or 8 and FF, the value of .attr() and attribute selector are inconsistant between the browsers(value in IE7,8 are different from FF).
Tried in jQuery edge as well.
Attachments (0)
Change History (6)
Changed May 08, 2011 02:06AM UTC by comment:1
component: | unfiled → selector |
---|---|
milestone: | 1.next → 1.7 |
priority: | undecided → low |
status: | new → open |
Changed August 15, 2011 08:53PM UTC by comment:2
owner: | → timmywil |
---|---|
status: | open → assigned |
Changed September 11, 2011 10:23PM UTC by comment:3
resolution: | → duplicate |
---|---|
status: | assigned → closed |
Changed September 27, 2011 04:05AM UTC by comment:5
milestone: | 1.7 |
---|
Changed September 29, 2011 12:37PM UTC by comment:6
Try this one
For the selector, result in IE8 is different from FF and Chrome.
Sizzle has the same issue, but the attr problem has been fixed for 1.6.1.
Changeset 18b1cf2942cc082c1c97a2ac9bc33ad77f42d775
Leaving this open as a selector bug for 1.7 when sizzle will be aligned with attr.