Heres the scenario..
I have a RadEditor placed inside a ModalPopupExtender. When I call the script to popup the control with the editor inside it, everything works fine. However, the standard problem with ModalPopupExtender, is if I close the popup and then reopen it, the previous contents will not be cleared. Even if I did a server side clear, the nature of the extender does not refresh the contents, unless its placed inside an UpdatePanel.
Heres where the problem arises. Only in Firefox, under these circumstances (Editor inside an UpdatePanel inside a ModalPopupExtender), the editor stays in ReadOnly mode and I cant type anything. It works fine in IE. I'm not sure whats the cause or how to fix this. Has anyone else faced this problem?
I have a RadEditor placed inside a ModalPopupExtender. When I call the script to popup the control with the editor inside it, everything works fine. However, the standard problem with ModalPopupExtender, is if I close the popup and then reopen it, the previous contents will not be cleared. Even if I did a server side clear, the nature of the extender does not refresh the contents, unless its placed inside an UpdatePanel.
Heres where the problem arises. Only in Firefox, under these circumstances (Editor inside an UpdatePanel inside a ModalPopupExtender), the editor stays in ReadOnly mode and I cant type anything. It works fine in IE. I'm not sure whats the cause or how to fix this. Has anyone else faced this problem?