Skip to content

Vaadin Framework 8.7.2

Compare
Choose a tag to compare
@ZheSun88 ZheSun88 released this 04 Apr 07:44
· 471 commits to master since this release

Vaadin Framework 8.7.2 is a maintenance release with the following fixes :

  • Fixes incorrect behavior when inserting rows into compatibility grid
  • Makes ReadOnly TextField select row in table upon clicking
  • Support Firefox 65+ key down event behavior

8.7.2 also contains a lot javadoc and documentation fixes.

See the complete list of changes since 8.7.1

Known Limitation

  • @PushStateNavigation can cause browser to load resources from wrong URLs (#10329)
  • Drag'n'drop in a Table doesn't work on touch devices running Internet Explorer (Windows Phone, Surface) (#5170)
  • Payload based drop criteria do not work on IE11 - use criteria scripts if IE11 support of drop validation is required
  • Specifying layout sizes using em is currently discouraged, because it results in fractional components sizes in many cases, which might cause unwanted 1px gaps between components.
  • Up-to-date information about configuration needed for push and compatibility issues are available in this wiki page.
  • The Maven GWT compilation for Vaadin7WidgetSet requires at least 1G of memory when using the vaadin-client-compatibility package. If compiled inside Eclipse, possibly even more.

The most prominent limitations are:

  • Push is currently not supported in portals (See #3741)
  • Transport mode WEBSOCKET does not support invalidating the session on Tomcat 7, nor setting cookies for the session. The new transport mode WEBSOCKET_XHR can be used to bypass these limitations. See tickets #3911 and #3861