unclickable textobxes in dialog

unclickable textobxes in dialog


Sometimes textboxes inside a dialog become unclickable. I can click fine on dropdown box and select from it, I can click on buttons and they trigger the onClick just fine. However when I click inside the textbox, the cursor doesn't appear and I can't type in it, though if there is an onClick event attached it is being triggered. This doesn't happen all the time the dialog box is opened, but when this does happen at the same time the text on the page becomes unselectable, meaning I can't select anything with the mouse.
 
Did anyone else faced this problem? Is there a work around or a fix? We are using jQuery 1.3.2 and jQuery UI 1.7.2
 
Thank you.