#7682 closed bug (duplicate)
Unexpected behavior of find function
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.5 |
Component: | selector | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
From console:
$(".no-sdcard:visible ~ .no-sdcard").length =>3 $(".no-sdcard:visible").find("~ .no-sdcard").length =>0
This works on 1.4.2. From 1.4.3 it's broken
Change History (5)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Component: | unfiled → selector |
---|---|
Milestone: | 1.next → 1.4.5 |
Priority: | undecided → low |
Resolution: | → duplicate |
Status: | new → closed |
Thanks for taking the time to contribute to the jQuery project by writing a bug report and providing a test case!
After checking your report and test case I came to the conclusion that this bug was already reported. Thus I close this ticket as duplicate. Please check the below mentioned ticket for progress on this issue.
comment:4 Changed 12 years ago by
Version: | 1.4.4 → 1.5 |
---|
There wasn't a 1.4.5 release, was actually 1.5.
comment:5 Changed 12 years ago by
Milestone: | 1.4.5 → 1.5 |
---|
There was no 1.4.5 release, was actually 1.5.
Note: See
TracTickets for help on using
tickets.
http://jsfiddle.net/633jw/ test with 1.4.2, 1.4.3, 1.4.4