Closed GoogleCodeExporter closed 8 years ago
Basically what happens during the ajax callback is that the new tinyMCE gets
created before the textarea gets replaced. The new tinyMCE is thus created on a
"display:none" textarea and it hides itself, too.
A quick workaround is to use the Visible property instead of the Display
property, but this is indeed a bug.
Original comment by ctrlal...@gmail.com
on 24 Aug 2013 at 10:34
Moved to github: https://github.com/pradosoft/prado/issues
Original comment by ctrlal...@gmail.com
on 1 Oct 2013 at 10:14
Original issue reported on code.google.com by
ChrisRos...@gmail.com
on 22 Aug 2013 at 4:10Attachments: