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

Text format issue #106

Open
videosmith opened this issue Dec 7, 2021 · 3 comments
Open

Text format issue #106

videosmith opened this issue Dec 7, 2021 · 3 comments
Labels
Milestone

Comments

@videosmith
Copy link

After inserting line breaks in upper/lowercase text, when text is then highlighted and "Transition Text to Uppercase" is selected, all line breaks are apparently discarded and processed text is reverted to 1 paragraph.

@Cuperino Cuperino added the bug label Dec 7, 2021
@Cuperino Cuperino added this to the 4.0 milestone Dec 7, 2021
@Cuperino
Copy link
Collaborator

Cuperino commented Dec 7, 2021

Bug confirmed on versions 2.x and 4.0. I would propose upgrading CKEditor to version 5, but I just noticed CKEditor 5 has no switch casing functionality.

There is a plugin for CKEditor 5 to do this, but it conflicts with other plugins being used in Imaginary Teleprompter's 3.0 code base, which I'm using to test whether this would work for the 4.0 code base, because the 4.0 code base uses the same CKEditor 4 version as the 2.x code base.

Our options are:

  • Move to CKEditor 5, solve plugin conflicts, make sure plugin doesn't share this bug.
  • Move to CKEditor 5, solve plugin conflicts, fix the plugin upstream if it does share this bug.
  • Move to CKEditor 5 and implement our own plugin.
  • Fix the issue ourselves in the CKEditor 4 plugin, this is likely more difficult than implementing ourselves for CKEditor 5.
  • Move to an entirely different editor which provides the same features as CKEditor from the Imaginary Teleprompter 3 code base, plus case switching.

@va2ron1, I'm attempting the first option. If that fails, what are your inclinations?

@videosmith
Copy link
Author

videosmith commented Jan 28, 2022 via email

@Cuperino
Copy link
Collaborator

The beta that is to come in the following days should work on arm64 Bullseye. But I can't guarantee availability of a Debian package for this update. Most likely it'll be a Tar file.

The bug being referred to on this thread hasn't been attended for this update. I'm currently inclined to "Move to CKEditor 5 and solve plugin conflicts".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants