IE11的Liferay DXP和ckeditor兼容性问题

时间:2019-07-16 11:14:04

标签: ckeditor liferay internet-explorer-11 liferay-dxp

我正在尝试在ckeditor中使用Liferay,但是我遇到了IE 11的问题。

这是在jsp中调用ckeditor的代码片段:

<liferay-ui:input-editor contents="${article.contenu}"
                cssClass="my-alloy-editor" editorName="ckeditor" name="contenu"
                onInitMethod="OnDescriptionEditorInit" placeholder=""
                onBlurMethod="OnDescriptionEditorChange" showSource="true"
                toolbarSet="alloyeditor" />

这是IE11中的错误消息: enter image description here

I found that CkEditor is no more compatible with IE11.

否则,通过将Alloyeditor用作editorName,就不会出现错误(AlloyEditor)。

请注意,我正在使用最新的Liferay DXP 7.0。

0 个答案:

没有答案
相关问题