Bug Tracker

Opened 11 years ago

Closed 11 years ago

#12057 closed bug (fixed)

Sizzle Regression

Reported by: mail.someone@… Owned by: gibson042
Priority: high Milestone: 1.8
Component: selector Version: 1.8b2
Keywords: Cc:
Blocked by: Blocking:

Description

Was working in 1.8b1, now breaks in 1.8b2

ok (quoted value) $("input:radio[value='1']")

nok (was working in all jQ pre 1.8b2 versions) $("input:radio[value=1]")

Tested in FF 14

Change History (3)

comment:1 Changed 11 years ago by dmethvin

Component: unfiledselector
Milestone: None1.8
Priority: undecidedhigh
Status: newopen

comment:2 Changed 11 years ago by gibson042

Owner: set to gibson042
Status: openassigned

comment:3 Changed 11 years ago by Dave Methvin

Resolution: fixed
Status: assignedclosed

Update Sizzle; Closes #12054, #12057.

Changeset: 0bde43aeee5bed5fdfb5bffaecb8c1f43c8fdf19

Note: See TracTickets for help on using tickets.