You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vaadin 8.25.0 introduced a fix for a situation where a Grid containing layout components in its cells would cause the layout to break. This was fixed by forcing a layout recalculation after every scroll event.
This, in turn, can introduce noticable slowdown in complex UIs.
This ticket is here to track optimization efforts, and for users to report their experiences.
The text was updated successfully, but these errors were encountered:
Vaadin 8.25.0 introduced a fix for a situation where a Grid containing layout components in its cells would cause the layout to break. This was fixed by forcing a layout recalculation after every scroll event.
This, in turn, can introduce noticable slowdown in complex UIs.
This ticket is here to track optimization efforts, and for users to report their experiences.
The text was updated successfully, but these errors were encountered: