Opened 11 years ago
Closed 11 years ago
#12419 closed bug (fixed)
Composite selector fails if id attribute contains dot.
Reported by: | Owned by: | Timmy Willison | |
---|---|---|---|
Priority: | high | Milestone: | 1.8.1 |
Component: | selector | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 11 years ago by
Component: | unfiled → selector |
---|---|
Milestone: | None → 1.8.1 |
Owner: | set to Timmy Willison |
Priority: | undecided → high |
Status: | new → assigned |
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Sizzle: tweak for root selector shortcut. Fixes #12419.
Changeset: be2899b3b1dfcd75516bbcf12c4eb49af9073538
Note: See
TracTickets for help on using
tickets.
Yup! Has to do with the starting ID shortcut. I got it.