Skip to main content

Bug Tracker

Side navigation

#5992 closed bug (wontfix)

Opened January 31, 2010 02:25AM UTC

Closed April 17, 2011 06:30AM UTC

Make sure jQuery(arrayOfElements) is returned in document order

Reported by: john Owned by:
Priority: high Milestone:
Component: core Version: 1.4.1
Keywords: Cc:
Blocked by: Blocking:
Description
Attachments (0)
Change History (4)

Changed January 31, 2010 02:25AM UTC by john comment:1

milestone: 1.4.21.5

Changed October 19, 2010 06:49AM UTC by snover comment:2

milestone: 1.4.41.5
priority: majorhigh
status: newopen

Changed March 25, 2011 05:36PM UTC by dmethvin comment:3

See also #7818; should we assume an array is always an array of DOM elements, or could it be an array of plain objects?

Changed April 17, 2011 06:30AM UTC by john comment:4

resolution: → wontfix
status: openclosed

Actually, I think this is the one case where we want to leave it in order. Having discussed it with other devs I think this makes sense (it helps to avoid the sort overhead, as well).