Hi There,
I have created a backend user group and user. When I login as the user to edit the page ( _edit after the page) and try to edit the content the WYSIWYG editor display is jumbled. It is not displayin cleanly and is almost readable. Any help on this?
Thanks in advance!
-Jeff
If you have a <!DOCTYPE … > declaration in your design, the WYSIWYG editor breaks (as its not HTML4/XHTML compliant). The only workaround at the moment is to remove that DocType declaration. We are aware of this issue and are working on it.
Thanks! I took the <!DOCTYPE … > out and the WYSIWYG editor now displays properly.
Just a thought… Matrix controls all the output right? Why not get it to strip out the DOCTYPE when showing the _edit interface? It will allow everyone to use whatever DOCTYPE they like for display and keep the _edit interface working too. It's a bit of a hack but the alternative is to get the WYSIWYG editor compliant in all DOCTYPES.
I'm actually currently working on a far more useful system, which incorporates this capability. Details will be release if/when I get this working.