unnecessary scrollbar, invalid security key problem

Hi,

We have a problem with Vaadin 6.0.0 scrollbars: its seems to add horizontal scrollbar whenever vertical scrollbar is shown. If window is resized, the horizontal scrollbar disappears, indicating that the horizontal scroll is unnecessary.

i found that 6.0.1 contains ticket “#3038: demo main page broken if scrollbars in use (FF, SA)”. I tried to upgrade to 6.0.1 but got “invalid security key” message making the application unusable.

so…i would appreciate any help to solve the scrollbar problem with 6.0.0 version or 6.0.1 (if that is the solution?). For the latter, i need to figure out what might be causing the “invalid security key” message?

Toni

Just to clarify, that ticket has nothing to do with the actual UI framework, it was only an issue with the package index.html page, which you can see here:
demo.vaadin.com
. If you look under the hood of the page, you can see it contains only static HTML and CSS, and not Vaadin generated content.

Concerning the “invalid security key” message, you should first make sure that you are using the correct version of your widgetset.

If you are using your own widgetset, make sure it is compiled against the Vaadin JAR you are using. In any case, if the widgetset is served statically (not by Vaadin from the JAR), make sure it is the correct version for the Vaadin version you are using.

As for the scrollbar problem, on which browser (and version) does it occur?