lrDragNDrop
lrDragNDrop copied to clipboard
Cross browser element type support
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.
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">