Opened 15 years ago
Closed 15 years ago
#3357 closed bug (invalid)
Tinymce doesn't work in jQuery.dialog
Reported by: | dobby | Owned by: | flesler |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | unfiled | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
A tinymce editor doesn't work if you put it into a jQuery dialog, it loads but you can't edit the text inside. It's also impossible to set or get the html out of the editor through:
tinyMCE.execInstanceCommand("editor2", "mceSetContent", false, "mycontent", true);
It seems to be a problem with the dynamic addition of the dialog wrapper tags, if you add the dialog html in a static way the editor works just fine.
Note: See
TracTickets for help on using
tickets.
Please repost this to the UI Bug Tracker. Just one please :)