I have a textarea in a dialog and everytime I am resetting the textarea value before open the dialog.
But on FF4 dialog value is not resetting. I checked the teaxtarea value from the Firebug and it is blank but still textarea conatins the previous value it had. If I reset the textarea from console the it works perfect.
I didn't found any solution. At the end I am removing the textarea and re append it to the dialog when I am opening the dialog.
Please suggest me a simple solution to fix this issue.