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.
Strange render in chrome
Since yesterday i found a weird performance with the render in chrome browser.
It doesn't recognize the valo theme.
My layout haven't margin despite i configured with setMargin(true). The components seems plain and the font is the default's chrome.
Surprinsing when i use the Safary browser it works fine.
What does it happen?
Is anyone who has happened the same?
It sounds like you might have to recompile the theme (and possibly the widgetset). Safari might still have it cached and thats why it works there. If it is a maven project run "mvn install" or "mvn vaadin:compile". If it is an Ivy project in Eclipse choose compile theme (and widgetset if needed) from the Eclipse toolbar (the cogwheel button).