#6953 closed defect (fixed)
dojox.grid.DataGrid: Make scrollbars behave like CSS "overflow: auto"
Reported by: | nathan | Owned by: | nathan |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Grid | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The "dead" scrollbars are kind of ugly around the grid when no scrolling is needed. They should be hidden when the content width is the same or narrower than the grid width (for horizontal scroll bars) or the content height is the same or narrower than the grid height (for vertical scroll bars).
Also - if autoHeight is set to true, vertical scroll bars should *never* appear.
Change History (3)
comment:1 Changed 12 years ago by
Status: | new → assigned |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Fixed in [14040]