From: Henri Sara Date: Tue, 4 Jul 2017 08:58:12 +0000 (+0300) Subject: Add information about known limitations (#9633) X-Git-Tag: 8.1.0.rc1^0 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=684c75ef76344ebfc38980494057c69d6238d09e;p=vaadin-framework.git Add information about known limitations (#9633) --- diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index f919aaf21a..037f8ac31d 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -124,6 +124,8 @@ Internet Explorer (Windows Phone, Surface) (#5170) +
  • The new Tree component does not support height settings other than "undefined" - for scrolling and other heights, wrap the tree in a Panel.
  • +
  • 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.