fredsa / gwt-dnd

Library providing easy to use mouse or touch based drag-and-drop capabilities to GWT
42 stars 41 forks source link

Consider having gwt-dnd set draggable=false attribute on image and link elements that are made draggable #162

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Instead of using event.preventDefault(), gwt-dnd might be able to use 
draggable=false as a more friendly way of preventing dragging.

http://www.w3schools.com/html5/att_global_draggable.asp

Original issue reported on code.google.com by fredsa@google.com on 19 Jul 2012 at 11:11