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
This is not enforced right now and it should be.
http://forum.jquery.com/topic/revert-to-old-fn-add-behaviour-but-provide-a-fn-sort
Change History (4)
comment:1 Changed 13 years ago by
Milestone: | 1.4.2 → 1.5 |
---|
comment:2 Changed 12 years ago by
Milestone: | 1.4.4 → 1.5 |
---|---|
Priority: | major → high |
Status: | new → open |
comment:3 Changed 12 years ago by
comment:4 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | open → closed |
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.
See also #7818; should we assume an array is always an array of DOM elements, or could it be an array of plain objects?