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

Page break ruins ordered list order #17923

Open
AlikaVerhovets opened this issue Feb 13, 2025 · 2 comments
Open

Page break ruins ordered list order #17923

AlikaVerhovets opened this issue Feb 13, 2025 · 2 comments
Labels
pending:feedback This issue is blocked by necessary feedback. type:bug This issue reports a buggy (incorrect) behavior.

Comments

@AlikaVerhovets
Copy link

AlikaVerhovets commented Feb 13, 2025

πŸ“ Provide detailed reproduction steps (if any)

  1. I create ordered list
  2. I add page break

βœ”οΈ Expected result

It should looks like:

  1. Some info
  2. Some other Info
    --Page break--
  3. Some more related info
  4. etc.

❌ Actual result

and in fact i have this:

  1. Some info
  2. Some other Info
    --Page break--
    1, Some more related info
    2, etc.

❓ Possible solution

there should be some option or something. And surely default logic is not right

πŸ“ƒ Other details

  • Browser: Chrome
  • OS: Windows 11
  • CKEditor version: 5
  • Installed CKEditor plugins: pageBreak, numberedList, AdjacentListsSupport
@AlikaVerhovets AlikaVerhovets added the type:bug This issue reports a buggy (incorrect) behavior. label Feb 13, 2025
@Reinmar
Copy link
Member

Reinmar commented Feb 14, 2025

@Reinmar Reinmar added the pending:feedback This issue is blocked by necessary feedback. label Feb 14, 2025
@Reinmar
Copy link
Member

Reinmar commented Feb 14, 2025

Could you retest on the latest version of CKEditor and record a screencast in case you can reproduce it there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending:feedback This issue is blocked by necessary feedback. type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

No branches or pull requests

2 participants