#12816 closed bug (fixed)
.find can return elements in the wrong order
| Reported by: | gibson042 | Owned by: | dmethvin |
|---|---|---|---|
| Priority: | low | Milestone: | 1.9 |
| Component: | traversing | Version: | 1.8.2 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
Change History (5)
comment:1 Changed 6 years ago by
| Owner: | set to dmethvin |
|---|---|
| Status: | new → assigned |
comment:2 Changed 6 years ago by
| Component: | unfiled → traversing |
|---|---|
| Milestone: | None → 1.9 |
| Priority: | undecided → low |
comment:3 Changed 6 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:4 follow-up: 5 Changed 6 years ago by
jQuery 1.9.0, IE7 returns elements in wrong order.
.find('.items') // returns incorrect order
.children('.items') // returns correct order
comment:5 Changed 6 years ago by
Replying to anonymous:
jQuery 1.9.0, IE7 returns elements in wrong order.
Please open a new ticket and follow the instructions to provide a test case on jsFiddle/jsBin/etc.
Note: See
TracTickets for help on using
tickets.

Fix #12816. Ensure .find() result are DOM ordered.