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
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
Attachments (0)
Change History (4)
Changed January 31, 2010 02:25AM UTC by comment:1
milestone: | 1.4.2 → 1.5 |
---|
Changed October 19, 2010 06:49AM UTC by comment:2
milestone: | 1.4.4 → 1.5 |
---|---|
priority: | major → high |
status: | new → open |
Changed March 25, 2011 05:36PM UTC by 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 comment:4
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).