Hi,
In the DW-backend, the Rich Text editor for an ItemType-field appears after 45 seconds of waiting. It seems that it has something to do with a script which is positioned at the location where the editor should appear:
The url "http://www.verzekerdmetadvies.nl/Admin/Editor/ckeditor/styles.ashx?url=%2fFiles%2fTemplates%2fDesigns%2fNH1816VMA%2fstyles.xml" takes about 45 seconds to load and is part of:
CKEDITOR.replace('Omschrijving', {"language":"nl-NL","customConfig":"/Files/System/Editor/ckeditor/config/advanced.js","extraPlugins":"internallink,linktofile,etags","contentsCss":"/Admin/Public/EditorStylesheet.aspx?Stylesheet=%2fFiles%2fTemplates%2fDesigns%2fNH1816VMA%2feditor.css","stylesSet":"default:http://www.verzekerdmetadvies.nl/Admin/Editor/ckeditor/styles.ashx?url=%2fFiles%2fTemplates%2fDesigns%2fNH1816VMA%2fstyles.xml"});
I know I can work around this by disabling the loading of the Styles.xml (setting in Management Center / Editor Configuration), but obviously, the customer might just want to use these styles.xml.
Please advise.
Thanks,
Ton