Opened 14 years ago
Closed 13 years ago
#4246 closed bug (fixed)
Results from .children() should be sorted in order
Reported by: | john | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | core | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
The results from doing $("div").children("p") should be identical to doing $("div > p") (right now the results are unique but not necessarily in the correct sorted order).
Change History (4)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Summary: | Results from .find() should be sorted in order → Results from .children() should be sorted in order |
comment:2 Changed 14 years ago by
Are you talking to yourself again, John? Did you mean to close this ticket?
comment:3 Changed 14 years ago by
Yes, I'm talking to myself. I just re-wrote the the ticket summary and description to match the new problem. I'll have to tackle this at some point.
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This has been resolved in 1.4.
Note: See
TracTickets for help on using
tickets.
Actually, this doesn't seem to be an issue for .find(), they're already in document order, nevermind.
This would be an issue for .children(), though.