Skip to main content

Bug Tracker

Side navigation

#3358 closed bug (duplicate)

Opened September 11, 2008 08:13AM UTC

Closed September 11, 2008 02:25PM UTC

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.

Attachments (0)
Change History (1)

Changed September 11, 2008 02:25PM UTC by flesler comment:1

resolution: → duplicate
status: newclosed

Duplicate of #3357