Hi,
I came across an issue with the ListGrid. I copied the SmartGWT Showcase ColumnSizeSample to demonstrate the problem.
The issue is around the context menu on the 'last column' of a ListGrid. If the grid has a horizontal scrollbar, but "no vertical scrollbar", there are 2 problems:
a. Context menu does not appear on the last column when the mouse is hovered around the right edge of the column header.
b. It's not possible to drag the right edge of the header and resize the last column.
However, if the grid has a vertical scrollbar then there's no issue.
Refer to the 2 screenshots attached. In "Listgrid_ContextMenu_Missing.png", there's a horizontal scrollbar, but no vertical scrollbar. In this case, there's no down arrow to get to the context menu on the last column, and it's not possible to drag and resize the column.
In the second screenshot "Listgrid_ContextMenu_Visible.png", there's a vertical scrollbar, and there's no issue.
Is this a bug or am I missing something?
The problem exists in Chrome 8x, Firefox 3.6x and IE 8. I'm using SGWT 2.3 Nightly build from 12/17/2010, GWT 2.1.0.
Thanks.
I came across an issue with the ListGrid. I copied the SmartGWT Showcase ColumnSizeSample to demonstrate the problem.
The issue is around the context menu on the 'last column' of a ListGrid. If the grid has a horizontal scrollbar, but "no vertical scrollbar", there are 2 problems:
a. Context menu does not appear on the last column when the mouse is hovered around the right edge of the column header.
b. It's not possible to drag the right edge of the header and resize the last column.
However, if the grid has a vertical scrollbar then there's no issue.
Refer to the 2 screenshots attached. In "Listgrid_ContextMenu_Missing.png", there's a horizontal scrollbar, but no vertical scrollbar. In this case, there's no down arrow to get to the context menu on the last column, and it's not possible to drag and resize the column.
In the second screenshot "Listgrid_ContextMenu_Visible.png", there's a vertical scrollbar, and there's no issue.
Is this a bug or am I missing something?
The problem exists in Chrome 8x, Firefox 3.6x and IE 8. I'm using SGWT 2.3 Nightly build from 12/17/2010, GWT 2.1.0.
Thanks.
Comment