You can use Internet Explorer custom Event selectstart with return false to prevent showinh showing that ugly slice icon.
update: I have seen several solutions, which involve something like getElement -> add them event listener. It is not ideal solution. Use bubbling is better. Just register one selectstart on document, it is enough.
