Community
Participate
Working Groups
Build Identifier: PROBLEM: If an SequenceBox contains a button (e.g. a link button), its label is duplicated: Press me! [ Press me! ] ^ ^ Label of the Button with SequenceBox label EVALUATION: The class AbstractSequenceBox offers the Method execIsLabelSuffixCandidate(IFormField) to control whether a field's label should be moved to the front label. The default implementation already excludes check boxes (IBooleanField). A check for IButton should be added. See attached patch. WORKAROUND: Implement the mentioned method yourself and return false when formField is an IButton. Reproducible: Always
Created attachment 214539 [details] Proposed patch
Thank you Beat for the patch! It has been applied to 3.8.1.
shipped with scout juno sr1