#7309 closed defect (fixed)
ClientFilter's sort not working (always)
Reported by: | Sam Foster | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Data | Version: | 1.1.1 |
Keywords: | Cc: | Kris Zyp | |
Blocked By: | Blocking: |
Description
The comparator that dojox.data.ClientFilter?'s makeComparator creates returns true/false instead of -1/+1 as required by Array.sort (http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Array:sort#Parameters)
.. that appears to be causing an issue with sorting a resultset- at least when I have it return -1/1 my sort suddenly works - see patch
Attachments (2)
Change History (5)
Changed 14 years ago by
Attachment: | dojox.data.ClientFilter_20080730.patch added |
---|
Fixed EOL styles, added EOL property
comment:3 Changed 14 years ago by
Milestone: | tbd → 1.2 |
---|
Note: See
TracTickets for help on using
tickets.