Opened 10 years ago
Closed 10 years ago
#13819 closed bug (fixed)
Selection through children results in descending order
Reported by: | Owned by: | gibson042 | |
---|---|---|---|
Priority: | high | Milestone: | 2.0.1 |
Component: | traversing | Version: | 2.0.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Selecting several elements by finding their children and getting the parents results in different order than when selecting them directly. This is a regression as it works okay in 1.9.
Test case with 2.0.0: http://jsbin.com/isuxax/1/
Test case with 1.9.1: http://jsbin.com/isuxax/2/
Change History (2)
comment:1 Changed 10 years ago by
Component: | unfiled → traversing |
---|---|
Milestone: | None → 2.0.1 |
Owner: | set to gibson042 |
Priority: | undecided → high |
Status: | new → assigned |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fix #13819: .parent sort direction (cherry picked from commit 6a816ec95fd96d130a4af67a28873d9daa66a328)
Changeset: 78c803f1b5198e77f77231516db3912aa9a87055
Note: See
TracTickets for help on using
tickets.
Confirmed.