LabelToolItem is not showing the text properly on IE8, while on Mozilla woks fine
Attachment 25578Attachment 25579Code:LabelToolItem labelRecord = new LabelToolItem("Scheda");
LabelToolItem labelPage = new LabelToolItem("Pagina");
...
toolBar.add(labelRecord);
...
toolBar.add(labelPage);
...
layoutContainer.add(toolBar);
toolBar.layout();
layoutContainer.layout();
