Opened 13 years ago
Closed 12 years ago
#5993 closed bug (wontfix)
Try to Sort Even When Disconnected Nodes Occur
Reported by: | john | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | core | Version: | 1.4.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Calling .add() when there's a disconnected node won't attempt to sort any of the other nodes, even though there may be some mixed in (although, this will only happen in the case of .add(Element) or .add(arrayOfElements)). When the sort occurs it should go further and push all disconnected nodes to an end collection.
Change History (2)
comment:1 Changed 12 years ago by
Milestone: | 1.4.4 → 1.5 |
---|---|
Priority: | major → high |
Status: | new → open |
comment:2 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
I think this is OK as well - I don't think we really have any hope of solving this in a reasonable manner.