#9171 closed bug (duplicate)
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.
Change History (6)
comment:1 Changed 12 years ago by
Component: | unfiled → selector |
---|---|
Milestone: | 1.next → 1.7 |
Priority: | undecided → low |
Status: | new → open |
comment:2 Changed 11 years ago by
Owner: | set to timmywil |
---|---|
Status: | open → assigned |
comment:3 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
comment:5 Changed 11 years ago by
Milestone: | 1.7 |
---|
comment:6 Changed 11 years ago by
Try this one http://jsfiddle.net/5DTfu/21/ For the selector, result in IE8 is different from FF and Chrome.
Note: See
TracTickets for help on using
tickets.
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.