UI Dialog - revival of bug #3059

UI Dialog - revival of bug #3059


I'm having the same problem as Ticket #3059 with ui 1.5.2 (which is
supposed to be fixed). The difference is that this applies to
elements inside the container element that dialog is created with.
For example, the following will create a dialog with an input element
in it:
$('<div>Try for yourself:<br /><input style="width:250px;border:1px
solid black;" value="You can\'t touch this" /></
div>').dialog({title:"Good luck"});
If you have resizable and/or draggable loaded, you won't be able to
use the mouse to put the cursor into the input or select text.
I tried reopening the ticket, but don't have permissions - should I
file a new one?
In the meantime, is there a simple enough workaround to deal with
this?