Search code examples
tooltipgroupboxeclipse-scout

Eclipse Scout Neon Tooltip text for group box


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?


Solution

  • I do not manage to reproduce it.

    Eclipse Scout GroupBox with Tooltip

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