Internet Explorer is listed among browsers that offer native support for HTML5 drag and drop but it doesn't appear to work for
dropdown lists ie select and option tags. All that's required for ability to drag is setting the draggable attribute to "true"
I am able to achieve this successfully using Mozilla Firefox but it doesn't work for the most current version of Internet Explorer nor for Google Chrome. Perhaps there is a workaround. I suspect default behavior in the dropdown list is causing the dragstart event not to get fired. Help!!!
Thanks