There's some code in the kernel DHTML LzInputTextSprite which globally disables the onselectstart <br><br>// prevent text selection in IE<br>// can't use lz.embed.attachEventHandler because we need to cancel events<br>
document.onselectstart = LzTextSprite.prototype.__cancelhandler;<br> document.ondrag = LzTextSprite.prototype.__cancelhandler;<br><br>What was the need for that? Why wasn't it sufficient to rely on the LzTextSprite.setSelectable behavior<br>
(which sets this.__LZdiv.onselectstart = LzTextSprite.prototype.__cancelhandler )? Or was this<br>to fix some other issue besides toggling (input) text selectability? <br><br><br clear="all"><br>-- <br>Henry Minsky<br>
Software Architect<br><a href="mailto:hminsky@laszlosystems.com">hminsky@laszlosystems.com</a><br><br><br>