Opened 12 years ago
Closed 10 years ago
#8112 closed defect (worksforme)
[patch] Dojox grid : CheckboxEditor do not initialize properly
Reported by: | rdunklau | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX Grid | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hello.
The grid CheckBoxEditor? initializes to false, independtly from the value.
This is noticeable only the first time you edit a cell.
To reproduce the bug, see the attached file and double click in the 7th column in a row for which its value is true.
Please also see the attached patch, which should correct this bug.
Attachments (2)
Change History (8)
Changed 12 years ago by
Attachment: | test_grid_layout.html added |
---|
comment:1 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|
comment:2 Changed 12 years ago by
Priority: | normal → high |
---|---|
Summary: | Dojox grid : CheckboxEditor do not initialize properly → [patch] Dojox grid : CheckboxEditor do not initialize properly |
comment:3 Changed 12 years ago by
Milestone: | 1.3 → 1.4 |
---|
1.3rc1 has been release; bumping remaining tickets to 1.4 (except for documentation/testing tickets)
comment:4 Changed 11 years ago by
Milestone: | 1.4 → 1.5 |
---|---|
Owner: | changed from Bryan Forbes to Nathan Toone |
Moving non-regressions to 1.5
comment:5 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:6 Changed 10 years ago by
Milestone: | future → 1.6 |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Not able to reproduce this issue with the attached test case, 'Column 7' reflects correct boolean values in store.
Test Grid Layout updated to sow the bug