Skip to main content

Bug Tracker

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 timmywil comment:1

component: unfiledselector
milestone: 1.next1.7
priority: undecidedlow
status: newopen

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.

Changed August 15, 2011 08:53PM UTC by dmethvin comment:2

owner: → timmywil
status: openassigned

Changed September 11, 2011 10:23PM UTC by timmywil comment:3

resolution: → duplicate
status: assignedclosed

Changed September 11, 2011 10:23PM UTC by timmywil comment:4

Duplicate of #7128.

Changed September 27, 2011 04:05AM UTC by dmethvin comment:5

milestone: 1.7

Changed September 29, 2011 12:37PM UTC by Shawn comment:6

Try this one

http://jsfiddle.net/5DTfu/21/

For the selector, result in IE8 is different from FF and Chrome.