From 684c75ef76344ebfc38980494057c69d6238d09e Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Tue, 4 Jul 2017 11:58:12 +0300 Subject: Add information about known limitations (#9633) --- all/src/main/templates/release-notes.html | 2 ++ 1 file changed, 2 insertions(+) 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.
  • -- cgit v1.2.3