#13972 closed defect (fixed)
EnhancedGrid cookie plugin sets column width to 0 or negative values when setColumnVisibility is used
Reported by: | sudhas | Owned by: | Evan |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Grid | Version: | 1.6.1 |
Keywords: | EnhancedGrid Cookie plugin columnWidth | Cc: | |
Blocked By: | Blocking: |
Description
The test case is a modified version of test_enhanced_grid_cookie.html in dojo1.6.1. Add the following checkbox to the test page:
<input type="checkbox" onclick="(dijit.byId('grid')).layout.setColumnVisibility(1, !this.checked)" /> Hide column with idx = 1<br />
To reproduce the issue, hide the first column and reload the page. Un-checking the hide column checkbox would not show the first column, but when the space in between the 0th and 2nd columns is examined, it would contain the 1st column but with a width of -12px on firefox or 0px on chrome.
Change History (3)
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
In [26732]: