Community
Participate
Working Groups
Build Identifier: 1.0.0 (CVS HEAD checkout) When using AbstractNativeHeader, resizing a column shows a horizontal scroll bar on the header during the resize (=while mouseDown). This is pretty ugly. The scrollbar disappear when the mouse button is released. This bug might be a duplicate of 174469. I created a new one because the latter mentioned "initially shows scrollbar", but this is not what happens on Cocoa. The fix is simple : In the file AbstractNativeHeader, you have to replace line 61 from : headerTable = new Table(this, SWT.NULL); to : headerTable = new Table(this, SWT.NO_SCROLL); And it seems to fix the problem. Reproducible: Always Steps to Reproduce: Run CompositeTableSnippet5 on linux gtk or Mac cocoa. Resize a column.
Tried today on Ubuntu, no problem found. Carbon is deprecated, so I close this bug.