Community
Participate
Working Groups
Build Identifier: When using a concrete instance of AbstractRadioButtonGroup that contains 2 columns with radio buttons in the first column and smart fields in the second column, the smart fields do not fit into the dialog and are therefore "cut off". Smart fields should be resized with respect to the the dialog. Reproducible: Always
Created attachment 215973 [details] Fix for RadioButtonGroup layout issue The RadioButtonGroupLayout uses the preferred size of a smart field such that the smart field does not fit into the dialog, when the dialog is not configured to be used the UI width. As in Swing, RadioButtonGroupLayout should use the minimum size of the UI field. The patch submitted contains a new method in RwtLayoutUtility to calculate the minimum size of a Control. This method is called in RadioButtonGroupLayout during layout validation.
Thank you Ken for the patch! I applied it for 3.8.1 and fixed the same bug in the swt ui as well.
shipped with scout juno sr1