Opened 12 years ago
Closed 11 years ago
#9481 closed defect (fixed)
DataGrid Editing isue after columnReorder
Reported by: | 3epnm | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX Grid | Version: | 1.3.1 |
Keywords: | DataGrid editable columnReorder | Cc: | |
Blocked By: | Blocking: |
Description
The problem can be seen when in dojox.grid.DataGrid? in combination with columnReordering: true, and editable: true for the cells in the Grid Layout.
The in-grid-edit works fine until a column ist moved. After moving a datagrid column, a doubleclick in one cell may switch one other cell in the same row in edit mode - a doubleclick in some other cells do nothing.
For the DataGrid? in my Project the JsonQueryRestStore? is used. The Isue also appears with other DataStores?.
The Isue is comprehensible in the File test_grid_column_reorder.html. Changing the Cell Config in the Datagrids Layout Container to editable: true shows this Problem.
Hopefully, someone have an Idea to fix this problem.
OS: Windows Vista, User Agend: Firefox 3.0.11, Dojo: tags/dojo-release-1.3.1rc1
Attachments (1)
Change History (8)
Changed 12 years ago by
Attachment: | test_grid_column_reorder.html added |
---|
comment:1 Changed 12 years ago by
Also reproduced in trunk:
http://archive.dojotoolkit.org/nightly/checkout/dojox/grid/tests/robot/_DataGrid.html
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Milestone: | tbd → 1.5 |
---|---|
Owner: | changed from Bryan Forbes to Nathan Toone |
comment:4 Changed 11 years ago by
Milestone: | 1.5 → future |
---|---|
Owner: | Nathan Toone deleted |
Moving my tickets to future, as I am not currently working on them.
comment:5 Changed 11 years ago by
Owner: | set to Evan |
---|
comment:6 Changed 11 years ago by
Milestone: | future → 1.6 |
---|---|
Owner: | changed from Evan to evan |
comment:7 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Test file illustrating the "editable" problem with "columnReorder" in FF3/IE7