Eclipse Scout Neon Tooltip text for group box

61 Views Asked by At

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.

enter image description here

(Circled i should be after name : Message from Server)

Is this a bug, or should tooltip ob group box be used differently?

1

There are 1 best solutions below

2
On BEST ANSWER

I do not manage to reproduce it.

Eclipse Scout GroupBox with Tooltip

Tested on Windows with Firefox. Scout RT Version 5.2.0.M5.