Opened 14 years ago
Closed 14 years ago
#6864 closed defect (fixed)
dojox.grid.DataGrid: resizing of percentage-specified widths needs to be smoother
Reported by: | nathan | Owned by: | nathan |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Grid | Version: | 1.1.1 |
Keywords: | Cc: | Bryan Forbes | |
Blocked By: | Blocking: |
Description
When resizing columns that have percentage-specified widths, the resizer doesn't work as expected (since the resulting HTML has %-specified widths).
Attachments (2)
Change History (3)
Changed 14 years ago by
Attachment: | pct_resizing.diff added |
---|
Changed 14 years ago by
Attachment: | pct_resizing.2.diff added |
---|
Updated patch to include support for specifing mixed percentage and pixel widths.
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch which sets the widths to a fixed pixel value when resizing, if they were percentages before.