From 61bada07475d77b88c112b19519ef88c58d5fe87 Mon Sep 17 00:00:00 2001 From: Adam Wagner Date: Tue, 2 May 2017 23:35:33 +0300 Subject: Disable drag and drop for touch devices (#9216) --- documentation/advanced/advanced-dragndrop.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'documentation') diff --git a/documentation/advanced/advanced-dragndrop.asciidoc b/documentation/advanced/advanced-dragndrop.asciidoc index 1b424ed167..8516e9be6f 100644 --- a/documentation/advanced/advanced-dragndrop.asciidoc +++ b/documentation/advanced/advanced-dragndrop.asciidoc @@ -17,6 +17,11 @@ the other location is a common way to move, copy, or associate objects. For example, most operating systems allow dragging and dropping files between folders or dragging a document on a program to open it. Framework version 8.1 adds support for https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API[HTML5 drag and drop] features. This makes it possible to set components as drag sources that user can drag and drop, or to set them as drop targets to drop things on. +[NOTE] +==== +Note that the HTML5 drag and drop feature is not supported on touch devices. +==== + == Drag Source Any component can be made a drag source that has textual data that is transferred when it is dragged and dropped. -- cgit v1.2.3