I'm building a javascript WYSIWYG editor using designMode. My main problem right now is that I'm trying to create dragging functions for certain classes of divs, but Firefox's own designMode drag-drop functionality keeps getting in the way.
I managed to disable the similarly-annoying resizing feature using:
execCommand("en ableObjectResiz ing", false, "false")
But I can't seem to find something...