That's it.
Firebug tells that "css is undefined". In this contect "css " is a variable, I suppose, and it dos not get defined in /include/javascript/tinymce/plugins/preview/editor_plugin.js:
The major point however is, that you guys have changed/ edited the HTML rendering engine?Code:(function(){tinymce.create('tinymce.plugins.Preview', {init:function(ed,url){var t=this,css=tinymce.explode(ed.settings.content_css) ;t.editor=ed;tinymce.each(css,function(u,k){css[k]=ed.documentBaseURI.toAbsolute(u);}); ed.addCommand('mcePreview',function(){ed.windowManager.open({file:ed.getParam("plugin_preview_pageurl",url+"/preview.html"), width:parseInt(ed.getParam("plugin_preview_width","550")), height:parseInt(ed.getParam("plugin_preview_height","600")), resizable:"yes",scrollbars:"yes",popup_css:css.join(','),inline:ed.getParam("plugin_preview_inline",1)}, {base:ed.documentBaseURI.getURI()});});ed.addButton('preview', {title:'preview.preview_desc',cmd:'mcePreview'});},getInfo:function() {return{longname:'Preview',author:'Moxiecode Systems AB',authorurl:'http://tinymce.moxiecode.com', infourl:'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/preview', version:tinymce.majorVersion+"."+tinymce.minorVersion};}}); tinymce.PluginManager.add('preview',tinymce.plugins.Preview);})();
Now when selecting an earlier template, but not opening it for editing, it shows these earlier templates totally broken. The fun part was that they have been verified with several mail systems and they were OK: AND they looked OK in Sugar 5.2.0 too. I can not know how they would look in HTML preview, because it does not work.
Any suggestions? Actually, the whole mail template editor is more or less meaningless now.
It prevents me from mailing and I think mass mailing & tracking is one of the most important parts of the whole crm.
Anything I can do or is this a bug? Anybody else with the same problem?
Edit: I'm talking about sugarcrm CE 5.5.2.... :-)


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks