Opened 13 years ago
Closed 13 years ago
#4994 closed defect (fixed)
Clicking on a column header leads to exception
Reported by: | Adam Peller | Owned by: | sjmiles |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | DojoX Grid | Version: | 0.9 |
Keywords: | Cc: | sjmiles, alex | |
Blocked By: | Blocking: |
Description (last modified by )
dojox/grid/tests/test_edit_dijit.html
Click on a header like "Mark". This leads to an exception on FF2:
151 var ineq = inCompare(a[inField], b[inField]);
call stack
generateComparator(["note", false, "replied", 5 more...], ["normal", false, "new", 5 more...])../../../dojo/../... (line 151) sort()../../../dojo/../... (line 242) sort()../../../dojo/../... (line 124) setSortInfo(4)../../../dojo/../... (line 510) setSortIndex(3, undefined)../../../dojo/../... (line 505) onHeaderCellClick(click clientX=407, clientY=134)../../../dojo/../... (line 234) doheaderclick(click clientX=407, clientY=134)../../../dojo/../... (line 561) _dispatch("doheaderclick", click clientX=407, clientY=134)../../../dojo/../... (line 523) dispatchHeaderEvent(click clientX=407, clientY=134)../../../dojo/../... (line 533) onHeaderEvent(click clientX=407, clientY=134)../../../dojo/../... (line 19) doHeaderEvent(click clientX=407, clientY=134)../../../dojo/../... (line 235) (?)()
Change History (5)
comment:1 Changed 13 years ago by
Cc: | alex added |
---|---|
Description: | modified (diff) |
Summary: | Resizing a column leads to exception → Clicking on a column header leads to exception |
comment:2 Changed 13 years ago by
Owner: | changed from sorvell to sjmiles |
---|---|
Status: | new → assigned |
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
This went in the trunk for 1.1. If it belongs in 1.0.1 it needs to go in the new 1.0 branch, else change the milestone. Thanks.
comment:5 Changed 13 years ago by
Milestone: | 1.0.1 → 1.0 |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
nm. this made it in 1.0. changing milestone.
Note: See
TracTickets for help on using
tickets.
I've been working on the sorting algorithm, so it's likely I just broke this. Will check it out asap.