Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: UI, UI > JavaScript & CSS
-
Labels:None
-
Branch Version/s:6.0.x
-
Similar Issues:
Description
Hi
The ckconfig.jsp isn't loaded because the file isn't js.
set header for javascript to solve this issue.
http://svn.liferay.com/repos/public/portal/trunk/portal-web/docroot/html/js/editor/ckeditor.jsp
Issue Links
- duplicates
-
LPS-14349
CKEditor problem in IE 7 and 8
-

Somebody fixed it on svn by replace.
CKEDITOR.replace(
{ filebrowserBrowseUrl: '<%= PortalUtil.getPathContext() %>/html/js/editor/ckeditor/editor/filemanager/browser/liferay/browser.html?Connector=<%= connectorURL %>', filebrowserUploadUrl: null, toolbar: '<%= TextFormatter.format(HtmlUtil.escape(toolbarSet), TextFormatter.M) %>', customConfig: '<%= PortalUtil.getPathContext() %>/html/js/editor/ckeditor/ckconfig.jsp?p_l_id=<%= plid %>&p_p_id=<%= HttpUtil.encodeURL(portletId) %>&p_main_path=<%= HttpUtil.encodeURL(mainPath) %>&doAsUserId=<%= HttpUtil.encodeURL(doAsUserId) %>&doAsGroupId=<%= HttpUtil.encodeURL(doAsGroupId) %>&cssPath=<%= HttpUtil.encodeURL(cssPath) %>&cssClasses=<%= HttpUtil.encodeURL(cssClasses) %>' }'CKEditor1',
);