Community
Participate
Working Groups
Build Identifier: M20100211-1343 There is an inconsistency between calling TableColumn.pack() and the resize when double-clicking on the column separator: with TableColumn.pack() the size of the header title is taken into account when computing the max width, while with double-click the header size is ignored, so if the cell contents is narrower than the header text the header is not completely visible. I think that the correct behaviour is to consider the header text size in all cases. Reproducible: Always
Any chance to get a fix for 3.7 ?
Created attachment 195240 [details] Patch Proposed patch attached. I'm not sure if this is the correct way to submit a patch for SWT, anyway the fix is trivial since there is already a hook for the header divider double click, it just needs to always call column.pack.
The current behaviour is the native behaviour. I think what is missing is Bug177175
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. If the bug is still relevant, please remove the "stalebug" whiteboard tag.