Opened 9 years ago
Closed 9 years ago
#15334 closed defect (invalid)
dojox.grid._View [line 462]
Reported by: | liangwsh | Owned by: | liangwsh |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
if(inCell.index != inCell.grid.getSortIndex()){ ret.push('">'); ret = ret.concat([n, '</div>']); //++++++add by liang wu }else{ ret = ret.concat([ ' ', inCell.grid.sortInfo > 0 ? 'dojoxGridSortUp' : 'dojoxGridSortDown', '"><div class="dojoxGridArrowButtonChar">', inCell.grid.sortInfo > 0 ? '▲' : '▼', '</div><div class="dojoxGridArrowButtonNode" role="presentation"></div>', '<div class="dojoxGridColCaption">']); ret = ret.concat([n, '</div></div>']); //+++++++add by liang wu } //ret = ret.concat([n, '</div></div>']); //-------del by liang wu
Change History (2)
comment:1 Changed 9 years ago by
Owner: | changed from Evan to liangwsh |
---|---|
Status: | new → pending |
comment:2 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Note: See
TracTickets for help on using
tickets.
What's the purpose of changing that code? What problem are you trying to fix?