#12247 closed defect (fixed)
[patch]Cannot resize column in DataGrid in IE8
Reported by: | soularis999 | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Grid | Version: | 1.4.3 |
Keywords: | dojox.grid.DataGrid | Cc: | caverzan@… |
Blocked By: | Blocking: |
Description
The example is provided. I defined the grid layout in html (as table and th attributes). Each th has a width defineds. After the grid is rendered I can increase the width of the column but cannot decrease it in IE8.
Attachments (3)
Change History (10)
Changed 9 years ago by
Attachment: | gridtest.html added |
---|
Changed 9 years ago by
Attachment: | gridtest.json added |
---|
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Cc: | caverzan@… added |
---|---|
Summary: | Cannot resize column in DataGrid in IE8 → [patch]Cannot resize column in DataGrid in IE8 |
Changed 9 years ago by
Attachment: | 12247.patch added |
---|
Patch from Gino Andres Caverzan(IBM, CCLA), this issue is caused by negative value of 'sw' set to node.style.width, in IE, an exception is thrown.
comment:3 Changed 9 years ago by
Owner: | changed from bryanforbes to Bryan Forbes |
---|
comment:4 Changed 9 years ago by
comment:5 Changed 9 years ago by
comment:6 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:7 Changed 9 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
One more thing. Seems that if you do not provide the column width for your grid layout, the resize works correctly...