Export to GitHub

django-tinymce - issue #99

Small tweak to tiny_mce_gzip.js fixes dynamic load problem


Posted on Mar 24, 2011 by Happy Bird

What steps will reproduce the problem?

  1. 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

Attachments

Comment #1

Posted on Feb 15, 2012 by Happy Kangaroo

django-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