I have a div which the user can drag, inside that div is a span with some text which I want to allow the user to select (thus they cannot drag it). How do I allow the div to
Put a mousedown handler on the span and stop the event propagation there.