Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Text web parts added to the page are not using the latest version (CKEditor 4 instead of 5) #672

Open
nloand opened this issue Jan 2, 2025 · 0 comments

Comments

@nloand
Copy link

nloand commented Jan 2, 2025

Problem Area

[x] Page Transformation: Page is not looking correct after transformation

Expected or Desired Behavior

When creating a page, the latest version of the text web part will be used and displayed on view and edit.

Observed Behavior

When creating a page, when text web parts are added to the page, it is using "contentVersion: 4" instead of "contentVersion: 5". When editing the page after transformation, the web part displays correctly. After saving, it displays incorrectly if any styles form CKEditor 5 were used (ex: Pull Quote: Boxed)

Steps to Reproduce

  1. Transform a publishing page with text on it.
  2. Edit the page and use a new RTE style added in version 5, such as Pull Quote : Boxed.
  3. Save the page.
  4. The new style will not be displayed correctly, instead using CKEditor version 4 styles as a fallback.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant