#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 | |
| Blocked by: | Blocking: |
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 (6)
comment:1 Changed 9 years ago by
| Cc: | timmywil dmethvin added |
|---|---|
| Component: | unfiled → traversing |
| Milestone: | None → 1.8.2 |
| Priority: | undecided → blocker |
| Status: | new → open |
comment:3 Changed 9 years ago by
This pull request fixes the issue: https://github.com/jquery/sizzle/pull/152
comment:6 Changed 9 years ago by
| Resolution: | duplicate → fixed |
|---|
Note: See
TracTickets for help on using
tickets.

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