Opened 14 years ago
Closed 14 years ago
#6869 closed defect (fixed)
dojox.grid.DataGrid: multiple views not resizing correctly
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 a grid with multiple views, the view that is being resized is obscured by the other views.
The solution is to update the position of the other header view's nodes on-the-fly.
Attachments (1)
Change History (2)
Changed 14 years ago by
Attachment: | multiview_resize.diff added |
---|
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Moves following views around so they are not obscuring the view that is being resized.