Skip to main content

Bug Tracker

Side navigation

#5993 closed bug (wontfix)

Opened January 31, 2010 02:28AM UTC

Closed April 17, 2011 06:33AM UTC

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.

Attachments (0)
Change History (2)

Changed October 19, 2010 06:50AM UTC by snover comment:1

milestone: 1.4.41.5
priority: majorhigh
status: newopen

Changed April 17, 2011 06:33AM UTC by john comment:2

resolution: → wontfix
status: openclosed

I think this is OK as well - I don't think we really have any hope of solving this in a reasonable manner.