I've got a problem with an initially invisible (by display:none) instance of RadEditor. It is shown in a lightbox (so it's made visible client-side), but in non-IE browsers this results in the HTML view malfunctioning.
I used the set_html() and set_mode() client-side functions to set the editor's content upon showing it. When I switch from Design view (it always starts in Design view) to HTML view, the editor's HTML content is gone. That is to say, if I handle the OnModeChanged client-side event and use get_html() to get the editor's HTML content, I get an empty string, while there definitely was HTML in the editor.
The whole problem only occurs in non-IE browsers (confirmed in Firefox, Chrome and Opera), and only when the editor is initially invisible.
I've tried (as read on the forum) to use an external stylesheet, but as I expected this solved nothing.
I've used version 2009 Q3. Has this been solved in a newer version or is it a new issue?