Highlight some text on this webpage, then click basically anywhere on the document. Your selection will disappear.
Is there a way to prevent this behavior when the
What about
if(e.preventDefault) e.preventDefault(); else e.returnValue = false;