<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
And one bug in IE:<br>
Also open the component sampler, mouse down and then move cursor while still holding the mouse button.<br>
Expected: no text selection<br>
Actual: text selection for all text elements<br>
Apparently global onselectstart and ondrag were canceled in "LzInputTextSprite.js" to avoid this behaviour, cf. [3].<br>
<br></blockquote><div><br>But having that code in LzInputTextSprite:<br><br> document.onselectstart = LzTextSprite.prototype.__cancelhandler;<br> document.ondrag = LzTextSprite.prototype.__cancelhandler;<br><br> causes text selection to stop working in globally in IE7, and Safari/OSX. <br>
<br>(Actually, inputtext selection still works in Safari for some reason with this code, but<br>regular selectable non-input text cannot be selected )<br><br>Do you have any ideas how we can keep text selection working in IE7/Safari but<br>
not have the unwanted selection of everything? <br><br><br><br><br></div></div><br>