-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
package:listtype:bugThis issue reports a buggy (incorrect) behavior.This issue reports a buggy (incorrect) behavior.
Milestone
Description
📝 Provide detailed reproduction steps (if any)
- Create bullet or order point inside ckeditor text editor
- change alignment from left to justify
- ckeditor add more space to the bullet/order point (ckeditor changing
<span>tag to<p>tag)
✔️ Expected result
ckeditor should not add more space between point (should not change the tag)
❌ Actual result
ckeditor add more space to the bullet/order point (ckeditor changing <span> tag to <p> tag)
❓ Possible solution
do not change <span> to <p> when alignment change
📃 Other details
- Browser: Chrome 27.0.6533.89 (Official Build) (arm64)
- OS: MacOS Monterey 12.6
- First affected CKEditor version: CKEditor 5
- Installed CKEditor plugins: CKEditor 5
- i capture the issue as well in the video below
Screen.Recording.2024-08-06.at.10.09.34.mov
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
Metadata
Metadata
Assignees
Labels
package:listtype:bugThis issue reports a buggy (incorrect) behavior.This issue reports a buggy (incorrect) behavior.