Opened 11 years ago
Closed 8 years ago
#11186 closed defect (patchwelcome)
Dojox.grid.DataGrid does work properly for hidden column after resizing column
Reported by: | jainpramod1983 | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.5.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you have hidden columns in a grid that has column's width defined in percentage. After resizing a column, while un-hiding the hidden column, column does not becomes visible. The problem is with convertColPctToFixed method in dojox.grid._View.js file where while converting the width to pixels, it does not sets the correct width to hidden columns.
Attachments (4)
Change History (8)
comment:1 Changed 11 years ago by
Component: | General → DojoX Grid |
---|---|
Owner: | changed from anonymous to bryanforbes |
Changed 11 years ago by
Attachment: | djtestcase.html added |
---|
Changed 11 years ago by
Attachment: | movies.csv added |
---|
attachment part-2 for testing the defect (Data Store)
Changed 11 years ago by
Attachment: | djtestcase_withPatch.html added |
---|
Patch to fix the issue - Modified convertColPctToFixed method to fix the error
Changed 11 years ago by
Attachment: | 11186_gridPctHiddenCol.patch added |
---|
Unified diff patch from the attached HTML file. Note, this patch is based off the 1.4.3 codebase...and has not been extensively tested.
comment:2 Changed 11 years ago by
Owner: | changed from bryanforbes to Bryan Forbes |
---|
comment:3 Changed 8 years ago by
comment:4 Changed 8 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
attachment part-1 for testing the defect