I am wondering how those drag and drop widgets cancel text selection in the dragging element and other elements in the page. I tried the following code which works in IE8 (c
Or, analagous to your IE8 solution for Moz:
document.body.style.MozUserSelect="none"