.net - TinyMCE renders non editable after partial postback -


i have integrated tinymce in update panels.

it works in major browsers except in firefox (tested firefox 12, 13b7 , latest nightly 15a01). tested firefox 10, same thing , not work firefox 4

i using tinymce 3.5.2

here workflow :

tinymce gets loaded correctly first time , can edit content. however, when partial postback, can see gets loaded (i can see text appearing second or two) , after disappears , tinymce gets unusable. meaning can't click in it, can't focus. however, can modify dom manually , see text.

my update panel contains user control in tinymce loaded @ page load using following :

webhelper.registerrichtexteditorinsidestartupscriptnoloading(page) scriptmanager.registerstartupscript(upanel, upanel.gettype(), upanel.uniqueid, "tinymce.init();", true)     

where upanel updatepanel id , link tinymce added using web helper

any ideas? works in ie 9, chrome, safari on windows , mac.

i found : https://bugzilla.mozilla.org/show_bug.cgi?id=737784 looks problem can't find solution.

thanks


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -