I installed from scratch Umbraco 4.7 on Server 2008 r2. Then restored a database and copied config files for dewd to new server. When I go into the table via dewd the richtext editor doesn't appear. The label appears, but not the editor or buttons. Has anyone else experienced this?
when I debug the page this error occurs:
Unable to get value of the property 'appendChild': object is null or undefined... in the tinymce3tinymceCompress.aspx file
line 16289 which is an umbraco modified area to create an external toolbar.
richtext editor doesn't work in dewd
I installed from scratch Umbraco 4.7 on Server 2008 r2. Then restored a database and copied config files for dewd to new server. When I go into the table via dewd the richtext editor doesn't appear. The label appears, but not the editor or buttons. Has anyone else experienced this?
when I debug the page this error occurs:
Unable to get value of the property 'appendChild': object is null or undefined... in the tinymce3tinymceCompress.aspx file
line 16289 which is an umbraco modified area to create an external toolbar.
Hi Sharon,
Sorry about the late reply, I've been on vacation and aren't monitoring the forums that closely these days.
The latest build of dewd fixes the issue with wysiwyg editor, you can find it over on codeplex: http://dewd.codeplex.com/releases/view/49197
- Sune
is working on a reply...