Community
Participate
Working Groups
If a field features both a tooltip and a menu, the tooltip is not rendered. Tested with string field: public class MessageField extends AbstractStringField { @Override protected String getConfiguredLabel() { return TEXTS.get("Message"); } @Override protected String getConfiguredTooltipText() { return "This is a tooltip."; } public class Menu extends AbstractMenu { @Override protected String getConfiguredText() { return "Menu"; } } }
In Scout releases >= 7.0 tooltip and form-field menus are both displayed.
Bulk change: closed bugs with status "RESOLVED".