Community
Participate
Working Groups
Build Identifier: M20110210-1200 If i define a checkbox in a sequence box, the label of the checkbox is shown as label of the sequence box. The sequence box itself has no label defined. Reproducible: Always Steps to Reproduce: 1. create a sequence box without a label 2. create a checkbox into the sequence box with label "123" -> The label of the checkbox is shown as label of the sequence box Workaround: definde the label position of the checkbox as "LABEL_POSITION_ON_FIELD"
Created attachment 207407 [details] Described bug
Created attachment 207408 [details] Code snippet of the picture
Fixed for 3.8.0: When having a checkbox in a sequencebox the label of the checkbox will never be appended to the label of the sequencebox. Additionally it is now possible to change this default behaviour. Either override execIsLabelSuffixCandidate in order to define custom rules to define which label of the fields should be used as suffix. Or override execCreateLabelSuffix to completely change or disable the computation of the label suffix.
Test OK
ticket closed. deliverd as part of eclipse scout 3.8.0 (juno release train)