Modify ↓
Ticket #12474 (closed bug: fixed)
Using find on a collection with append does not return the correct elements
| Reported by: | gbakernet | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.8.2 |
| Component: | traversing | Version: | 1.8.1 |
| Keywords: | Cc: | timmywil, dmethvin | |
| Blocking: | Blocked by: |
Description
Using find on a collection that has html appended was working in 1.8.0 and is not working in 1.8.1
Example http://jsfiddle.net/p6389/
This code is based on current Cloud Zoom implementation.
Change History
comment:1 Changed 9 months ago by mikesherov
- Cc timmywil, dmethvin added
- Priority changed from undecided to blocker
- Status changed from new to open
- Component changed from unfiled to traversing
- Milestone changed from None to 1.8.2
comment:3 Changed 9 months ago by d.galvez
This pull request fixes the issue: https://github.com/jquery/sizzle/pull/152
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.

confirmed: http://jsfiddle.net/p6389/2/