lrDragNDrop icon indicating copy to clipboard operation
lrDragNDrop copied to clipboard

Cross browser element type support

Open samu-ry opened this issue 10 years ago • 1 comments
trafficstars

First, great work!

For Firefox and IE9, only a couple draggable elements work by default (ie9 only seems to work with images and anchors). Are there plans to extend this to other document node types, such as divs? Having default support for various element types would be great.

samu-ry avatar Apr 30 '15 19:04 samu-ry

HI, I have no plan to make particular effort to support legacy browsers, however I'll be glad to merge any "reasonable" pull request to fix these cross browsers problems. Note, sometimes it can be done simply by setting the draggable attribute to true on you html element

<div draggable="true"> 

lorenzofox3 avatar May 10 '15 08:05 lorenzofox3