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.
Vaadin 7 and IE 7
IE 7 support was dropped in Vaadin 7, but are there some possibilities to disable error message and to let users to use an application on their own risk?
There is no way Vaadin will work in a vanilla IE7 because the bootstrap mechanism uses JSON.parse which was introduced in IE8. If you find a workaround to that as well as all the layout issues you will get from lacking support for the CSS property box-sizing: border-box which will be used extensively, you could have a look at the method WebBrowser.isTooOldToFunctionProperly() and the class UnsupportedBrowserHandler.
When I use Vaadin 7 on IE9 my simple LoginForm don't have any styles applied to it.