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

fix: preserve format after inline formula in CKEditor 5 #855

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

xripoll-at-wiris
Copy link
Contributor

Description

Inserting an inline formula in CKEditor 5 removes the format of the text (e.g. bold, font, etc.)

Steps to reproduce

  1. Open a CKEditor 5 demo.
  2. Change the format of the text, e.g. to bold.
  3. Write some text.
  4. Insert a formula on the same line.
  5. Write some more text.

Expected outcome

The new text is also bold.

Actual outcome

The new text is not bold.


Closes #811

#taskid 39091

@carla-at-wiris carla-at-wiris self-requested a review October 10, 2023 16:16
@icaparros-at-wiris icaparros-at-wiris merged commit bd4f06e into master Oct 23, 2023
18 of 19 checks passed
@icaparros-at-wiris icaparros-at-wiris deleted the KB-39091 branch October 23, 2023 08:51
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

Successfully merging this pull request may close these issues.

3 participants