Opened 12 years ago
Closed 12 years ago
#9266 closed defect (invalid)
dojox.Grid dojo 1.3.0 src DataGrid.js BUG
Reported by: | Aleksey | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | blocker | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
getSortProps: function(){
var c = this.getCell(this.getSortIndex()); if(!c){
return null;
}else{
var desc = csortDesc?; var si = !(this.sortInfo>0); if(typeof desc == "undefined"){
desc = si;
}else{
desc = si ? !desc : desc;!!!!!!! MUST BE == !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
} return [{ attribute: c.field, descending: desc }];
}
},
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
INVALID!!!!!!!! Replying to Aleksey: