I try to put tooltip text on group box :
@Order(1000.0)
public class TopBox extends AbstractGroupBox {
@Override
public String getTooltipText() {
return "TEST";
}
....
but It appear on wrong place and it is not clickable.
(Circled i should be after name : Message from Server)
Is this a bug, or should tooltip ob group box be used differently?
I do not manage to reproduce it.
Tested on Windows with Firefox. Scout RT Version 5.2.0.M5.