Draggables with Input elements IE6
I know there have been difficulties with Draggables containing <input>
elements of various types in interface.js Version 1.2.
Basically in IE6 - the ability to select text in a text input with the
mouse is lost, and the select() function of the input is lost in
Javascript as well.
It's a very severe bug. It occurs when the input is contained in a
<div> which is made Draggable with interface.js Version 1.2, in IE6
(maybe IE7 too, i don't know...)
Will this limitation be addressed in the new jQuery UI codebase?
Thanks!
JoeM