Community
Participate
Working Groups
Build Identifier: The snippet that will be attached to this bug shows a weird behavior of the TabFolder. When switching to the second tab (which contains only a Canvas), the height of the whole tab is reduced. This happens with the build from 2011/10/14 but not 2011/09/20. This also does not happen with SWT. Reproducible: Always
Created attachment 205187 [details] A minimalistic example demonstrating the problem.
Last week we switched the TabFolder to the protocol and moved all the client related logic from server (LCA) to the client adapter. In order to keep the compatibility with the controls, which are not yet switch to the protocol (like Canvas) we have to keep TabFolderLCA#adjustCoordinates and change the WidgetManager#setParent not to set the parent on controls with TabFolder as parent. Changes are in CVS HEAD.