
django-tinymce - issue #99
Small tweak to tiny_mce_gzip.js fixes dynamic load problem
What steps will reproduce the problem?
- Load a form with the TinyMCE widget via ajax
What is the expected output? What do you see instead?
I want the textarea to be converted to a tinymce instance, instead it remains a textarea...
What version of django-tinymce are you using? 1.5.1a1
Please provide any additional information below.
Everything else being equal this will load tinyMCE correctly even when a form is loaded via ajax (in a jquery ui dialog). It also seems to work in other ('normal') cases.
Additionally I think domLoaded should be true after tinymce is loaded via a compressor as was noted by a tinymce / moxiecode developer:
http://tinymce.moxiecode.com/forum/viewtopic.php?pid=36738#p36738
- domLoaded.patch 435
Comment #1
Posted on Feb 15, 2012 by Happy Kangaroodjango-tinymce development (code and issues) moved to github. please reopen this issue on github if it still exists. https://github.com/aljosa/django-tinymce
Status: WontFix
Labels:
Type-Defect
Priority-Medium