Problem opening 2 dialogs

Problem opening 2 dialogs


Hello community, I have the following problem
I have page with 2 dialogs, lets call'em dlg1 and dlg2, I open the
second dialog(dlg2) from my first dialog (dlg1)
but when I close the second dialog (dlg2), something really strange
happens, the textbox controls inside my dlg1 are
blocked (readonly) and I am no able to make any change anymore.
In this link you can find this issue http://jsbin.com/ariqo
Hope you can help me
P.S: For reproduce this error do this:
1. Type something in the textboxes
2. Click the button for opening the second dialog
3. Close this second dialog
4. Try to make changes in the textboxes
Regards