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

Pasting in sub-list removes space after formatting in parent list #4892

Open
TimAtVolgistics opened this issue Mar 12, 2025 · 0 comments
Open

Comments

@TimAtVolgistics
Copy link

When pasting in a sub-list, spaces after a formatted word in the parent list get removed. For example:

<ol>
  <li>On the <strong>PAGENAME</strong> page:
    <ul>
	  <li>Choose PASTED_TEXT</li>
	  <li>other steps</li>
	</ul>
  </li>
  <li>more steps</li>
</ol>

When I paste the pasted text, the space after PAGENAME is removed. If I instead put the space inside the <strong> area, then it is not removed when pasting. This only happens when using nested lists.

This has been happening for a long time. We're currently on version 4.4, but this can be easily replicated on the editor demo page:

Image

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