Side navigation
#12474 closed bug (fixed)
Opened September 06, 2012 05:04AM UTC
Closed September 17, 2012 04:44PM UTC
Last modified September 19, 2012 03:32PM UTC
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
This code is based on current Cloud Zoom implementation.
Attachments (0)
Change History (6)
Changed September 08, 2012 05:25PM UTC by comment:1
cc: | → timmywil, dmethvin |
---|---|
component: | unfiled → traversing |
milestone: | None → 1.8.2 |
priority: | undecided → blocker |
status: | new → open |
Changed September 08, 2012 06:53PM UTC by comment:2
That's an odd looking fiddle...
Changed September 11, 2012 11:17PM UTC by comment:3
This pull request fixes the issue: https://github.com/jquery/sizzle/pull/152
confirmed: http://jsfiddle.net/p6389/2/