Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:1 Changed 10 months ago by dmethvin
- Priority changed from undecided to high
- Status changed from new to open
- Component changed from unfiled to selector
- Milestone changed from None to 1.8
comment:2 Changed 10 months ago by gibson042
- Owner set to gibson042
- Status changed from open to assigned
comment:3 Changed 10 months ago by Dave Methvin
- Status changed from assigned to closed
- Resolution set to fixed
Update Sizzle; Closes #12054, #12057.
Changeset: 0bde43aeee5bed5fdfb5bffaecb8c1f43c8fdf19
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Test case: http://jsfiddle.net/mcfEs/