#8614 closed enhancement (fixed)
[patch][cla]The Grid should use better column move and resizing indicators
Reported by: | Shane O'Sullivan | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Grid | Version: | 1.2.3 |
Keywords: | Cc: | Bryan Forbes, drs | |
Blocked By: | Blocking: |
Description
Currently the dojox Grid resizes the header while the user drags the mouse. This gives the impression that it is out of sync with the body of the grid. It would be better to use a vertical bar while dragging, and resize both the header and body at the same time.
When moving a column, it is difficult to tell where it is being placed. It would be better to have one or two arrows pointing at the place where the column will be placed.
Attachments (3)
Change History (10)
Changed 12 years ago by
Attachment: | Grid_Resize_move_column.patch added |
---|
comment:1 Changed 12 years ago by
Milestone: | tbd → future |
---|---|
Owner: | changed from Bryan Forbes to Nathan Toone |
comment:2 Changed 12 years ago by
Worth noting that the CSS included in this patch uses the arrow up and arrow down images already included in the grid, just because they are already available.
A theme-specific arrow marker could be used easily, and would probably look much better.
Changed 12 years ago by
Attachment: | Grid_Resize_move_column2.patch added |
---|
Updated patch made against SVN as of 18th Feb 2009
comment:4 Changed 12 years ago by
Cc: | Bryan Forbes added |
---|
I'm a bit uncomfortable at including a patch like this so close to the end of the release cycle...it looks good - but I'm not sure of all the things it might affect.
Perhaps Bryan has some input...
Changed 12 years ago by
Attachment: | Grid_Resize_move_column3.patch added |
---|
Updated patch that takes scroll into account
comment:5 Changed 12 years ago by
Milestone: | future → 1.4 |
---|---|
Summary: | The Grid should use better column move and resizing indicators → [patch][cla]The Grid should use better column move and resizing indicators |
comment:7 Changed 12 years ago by
Cc: | drs added |
---|
Patch that implements this enhancement