diff options
author | Jonatan Kronqvist <jonatan@vaadin.com> | 2014-05-11 10:17:31 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2014-05-12 07:24:49 +0000 |
commit | 45226d5c32e7e084bc494a58596bf6ff7a2c0f85 (patch) | |
tree | dc8c5340c75702d29eef6693cd27c1d82c7a712a /WebContent/release-notes.html | |
parent | deeb645c3c834415792bf6c6909f5190d52bad68 (diff) | |
download | vaadin-framework-45226d5c32e7e084bc494a58596bf6ff7a2c0f85.tar.gz vaadin-framework-45226d5c32e7e084bc494a58596bf6ff7a2c0f85.zip |
Mention dnd on IE touch devices in known issues (#13612)
Change-Id: I15297c2d0862f3b8c0c5603b06f6e37706872752
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index dfa68209ac..847bade7cd 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -163,6 +163,10 @@ Firefox and streaming or long polling. (<a href="http://dev.vaadin.com/ticket/13578">#13578</a>) </li> + <li>Drag'n'drop in a Table doesn't work on touch devices running + Internet Explorer (Windows Phone, Surface) + (<a href="http://dev.vaadin.com/ticket/13737">#13737</a>) + </li> </ul> <h3 id="limitations">Limitations</h3> |