-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 DXP FP89, 7.0.0 DXP FP90, 7.0.X, 7.1.10 DXP FP17, 7.1.X
-
Fix Version/s: 7.0.0 DXP FP92, 7.0.10.14 DXP SP14, 7.0.X, 7.1.10 DXP FP18, 7.1.10.5 SP5, 7.1.X
-
Component/s: JS APIs and Utilities > Frontend JS Web API
-
Branch Version/s:7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Preconditions:
- Liferay DXP 7.0 with FP[89,90,91]
- Liferay DXP 7.1 with FP17
Steps to reproduce:
- Configure Liferay for using CKEditor editing web contents, so add following property to portal-ext.properties file:
editor.wysiwyg.portal-impl.portlet.ddm.text_html.ftl=ckeditor
- Add a new web content. In content area, CKEditor is showed.
- Write some text and select it. E.g. 'Testing link'.
- Click on 'Link' button on CKEditor's bar. A pop-up is displayed.
- Click on 'Browse Server' button.
Expected behavior
- A Liferay pop-up is displayed over CKEditor's one to select a file.
Observed behavior
- A Liferay pop-up is displayed behind CKEditor's one. Liferay pop-up cannot receive focus, so is not possible to select any file.
- is caused by
-
LPS-105548 Cannot add image in content editing via Web Content Display portlet
- Closed