-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, 7.1.X, 7.2.X
-
Fix Version/s: 7.0.0 DXP FP99, 7.0.10.16 DXP SP16, 7.0.X, 7.1.10 DXP FP22, 7.1.X, 7.2.10 DXP FP10, 7.2.10.4 DXP SP4, 7.2.X
-
Component/s: CKEditor
-
Branch Version/s:7.2.x, 7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Fix Priority:2
-
Git Pull Request:
Reproduction steps:
1) Edit portal-ext.properties to update the following portal property:
editor.wysiwyg.portal-impl.portlet.ddm.text_html.ftl=ckeditor
2) Start 7.2.x
3) Create a new Basic Web Content
4) Observe the CKEditor toolbar:
Expected:
The following buttons to be available:
- Smiley
- SpecialChar
- SelectAll
- Style selector
- Find
- Replace
Actual behavior:
Those buttons are missing.
Root cause: Many plugins were intentionally removed in CKEditor upgrade to v1.14.1 see here, however with the upgrade, customers lost plugins in the editor when they install newer hotfix.
As a solution, we would use the missing plugins as extraPlugins in CKEditorConfigContributor.java.
- fixes
-
LPS-125443 "Browse Server" button is missing in CKEditor link dialog
- Closed
- relates
-
LPS-125798 Further missing plugins in CKEditor v4.14.1
- Closed