#6586 closed defect (fixed)
[patch][cla] Grid column size cannot be interactively changed in last nightly build
Reported by: | guest | Owned by: | benschell |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Grid | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hi
At least in the nightly build of 17-04-2008 it was possible to change the column width by dragging the mouse left and right in the boundary of two columns headers. Now (22/04/2008) the columns width are fixed and cannot be interactively changed.
See attached gifs:
Attachments (4)
Change History (9)
Changed 13 years ago by
comment:1 Changed 13 years ago by
Of Course, the gifs are the demonstration of how the grid column resizing worked before the 17/04/2008 nightly build
:)
Eduardo
comment:2 Changed 13 years ago by
Owner: | changed from sorvell to benschell |
---|---|
Summary: | Grid column size cannot be interactively changed in last nightly build → [patch][cla] Grid column size cannot be interactively changed in last nightly build |
To expound on the original post, navigate to dojox/grid/tests/test_grid.html. Click on the vertical divider between column headings and attempt to resize the column. You'll immediately get the following error thrown:
dojox.grid.drag has no properties if(!dojox.grid.drag.dragging){
This is due to a renaming apparently in [13377]. Patch attached to fix references from dojox.grid.drag to dojox.grid._grid.drag.
Changed 13 years ago by
Attachment: | 6586.patch added |
---|
comment:3 Changed 13 years ago by
Thanks for your correction !
Column Resizing seems to work again in dojo-2008-04-25.tar.gz nightly build
From my part you can close this PR.
Eduardo
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
The same fix was applied in [13401]. Closing.
comment:5 Changed 13 years ago by
Milestone: | → 1.2 |
---|
marking tickets closed in the last three months w/blank milestone to milestone 1.2.
Before Resizing Column