Bug Tracker

Opened 13 years ago

Closed 12 years ago

#5992 closed bug (wontfix)

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

Change History (4)

comment:1 Changed 13 years ago by john

Milestone: 1.4.21.5

comment:2 Changed 12 years ago by snover

Milestone: 1.4.41.5
Priority: majorhigh
Status: newopen

comment:3 Changed 12 years ago by dmethvin

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

comment:4 Changed 12 years ago by john

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).

Note: See TracTickets for help on using tickets.