Open GoogleCodeExporter opened 9 years ago
Just come across the same issue.
If you remove all the other plugins from the editor on line 1769 in
configmanager.js you can make it work. Still not sure what the issue is at this
stage.
change:
extraPlugins: [AlwaysShowToolbar,{name:"dijit/_editor/plugins/LinkDialog",command:"createLink",urlRegExp:".*"},"fontName","foreColor","viewsource"],
to:
extraPlugins: ["viewsource"],
Original comment by ro...@truscott.net.au
on 6 May 2013 at 11:06
Thanks for sharing your findings. My workaround was more hackish: use Firebug
to copy the HTML inside the HTML div and save the configuration 8-)
I'll try to debug this further, it am not sure whether this is a bug of PWM or
DOJO/ Dijit HTML editor.
Original comment by sebastia...@gmail.com
on 6 May 2013 at 5:53
I removed the extraPlugins one by one and found a problematic plugin
interaction that is described here:
http://bugs.dojotoolkit.org/ticket/16192
If you remove AlwaysShowToolbar from the extraPlugins, viewSource is working
again.
This ticket can be closed, as this is a bug in the plugins of the Dijit editor,
not in PWM itself.
Original comment by sebastia...@gmail.com
on 7 May 2013 at 1:44
Original issue reported on code.google.com by
sebastia...@gmail.com
on 17 Apr 2013 at 6:26