Sitecore Content Hub CKEditor Bullet Point Issue

Problem Statement:

While working with the CKEditor (Rich Text Editor) in Sitecore Content Hub, I have encountered one issue in which my content was listed in alphabetical order. When the author updates any content in the particular CKEditor field and saves the changes, the alphabetical list automatically changes to a numbered list. 

sc-ch-ckeditor-bullet-point-1

After the author edits and updates the content, and clicks on save:

sc-ch-ckeditor-bullet-point-2

Solution:

It appears we are experiencing an issue in the Content Editor where nested numbered lists are displayed as alphabets in the editor: 

Another example:

sc-ch-ckeditor-bullet-point-3

However, after saving, the lists appear as numbers:

sc-ch-ckeditor-bullet-point-4

To ensure the display is consistent, we need to add the following CSS to the Content Detail page in the page settings: 

.content-field ol ol {
      list-style-type: lower-latin;
  }
sc-ch-ckeditor-bullet-point-5

For more information, please refer to the documentation for the CSS tab in the page settings: Sitecore Content Hub CSS Documentation

This issue has been registered as an issue in the Content Hub product, with a minor impact. The reference of the bug report is the following: MONE-51661, which can be further reviewed and followed up via the support portal in the My Product Issue.

Happy Sitecoreing ðŸ˜Š

Comments

Popular posts from this blog

Sitecore Installation Error: Failed to Start Service 'Sitecore Marketing Automation Engine'

Import CSV Data in Sitecore Using PowerShell: Part-3

Sitecore : The database principal owns a schema in the database, and cannot be dropped message