0% found this document useful (0 votes)
53 views1 page

Drag and Drop Limitations 81e3f38

Drag and drop has some known limitations in that it is not supported on mobile devices, the transparency of dragged elements cannot be configured, drag position constraints cannot be defined, text selection is not possible for draggable controls, and Internet Explorer 11 only supports plain text dragging and no custom drag elements. Developers must provide alternatives for accessibility.

Uploaded by

zzg
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views1 page

Drag and Drop Limitations 81e3f38

Drag and drop has some known limitations in that it is not supported on mobile devices, the transparency of dragged elements cannot be configured, drag position constraints cannot be defined, text selection is not possible for draggable controls, and Internet Explorer 11 only supports plain text dragging and no custom drag elements. Developers must provide alternatives for accessibility.

Uploaded by

zzg
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

loio

81e3f38f5e3e4194bb32675c86b49ba2
view on: demo kit nightly build | demo kit latest release

Drag-and-Drop Limitations
There are some known limitations when using drag and drop.
When you use drag and drop, the following limitations apply:
• Drag and drop is not supported on mobile devices.

• The transparency of the dragging ghost element and the cursor during drag-and-drop
operations is not configurable.

• Defining constraints for the drag position is not possible.

• Texts in draggable controls cannot be selected. The text of input fields in draggable
controls can be selected, but not dragged.

• Microsoft Internet Explorer 11 only supports the plain text MIME type for the
DataTransfer object (DTO). Also, defining a custom dragging ghost element is not
possible.

Note that drag and drop is not accessible. Applications must provide an alternative for
users with special needs for drag-and-drop operations.

You might also like