Modify ↓
Ticket #12419 (closed bug: fixed)
Composite selector fails if id attribute contains dot.
| Reported by: | Alexander Shivinsky <shivinsky@…> | Owned by: | timmywil |
|---|---|---|---|
| Priority: | high | Milestone: | 1.8.1 |
| Component: | selector | Version: | 1.8.0 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Here are some examples demonstrating the bug:
- woking in 1.7.2: http://jsfiddle.net/Wggg6/
- not working in 1.8.0: http://jsfiddle.net/5pSsM/
- workaround in 1.8.0: http://jsfiddle.net/9bL7M/
Change History
comment:1 Changed 9 months ago by timmywil
- Owner set to timmywil
- Priority changed from undecided to high
- Status changed from new to assigned
- Component changed from unfiled to selector
- Milestone changed from None to 1.8.1
comment:2 Changed 9 months ago by Timmy Willison
- Status changed from assigned to closed
- Resolution set to fixed
Sizzle: tweak for root selector shortcut. Fixes #12419.
Changeset: be2899b3b1dfcd75516bbcf12c4eb49af9073538
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.

Yup! Has to do with the starting ID shortcut. I got it.