Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Falsche Anzeige Klammer in Vaadin unter Firefox
Hallo zusammen, in den Drop-Down-Menüs wird eine normale linke Klammer ( als geschweifte linke Klammer angezeigt {. Die Darstellung ist nur unter Internet Explorer korrekt nicht z.B. im Firefox oder Chrome.
Beispiel: Anzeige (Text) wird im IE korrekt als (Text) ausgegeben. Bei Firefox und Chrome als {Text).
Könnte man das im Code irgendwie abfangen?
Vaadin version: 7.6.4 Widgetset version: 7.6.2
Hi,
first of all - you should recompile the widgetset, as the Vaadin environment and widgetset version should always match.
As for the rest, I cannot reproduce your problem.
MenuBar.MenuItem item = this.menuBar.addItem("foo", null, null);
item.addItem("bar (Test)", null);
yields a menu that works fine in Chrome.
I am running under OSX, by the way.
Best Regards,
Enver