-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Is cleanList
converter still needed in lists feature?
#9623
Comments
Two tests fail after removing the converter: ckeditor5/packages/ckeditor5-list/tests/listediting.js Lines 438 to 441 in b82d53b
ckeditor5/packages/ckeditor5-list/tests/listediting.js Lines 1844 to 1931 in b82d53b
In short, invalid elements inside |
There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may be relevant, so if you're interested in the solution, leave a comment or reaction under this issue. |
We've closed your issue due to inactivity over the last year. We understand that the issue may still be relevant. If so, feel free to open a new one (and link this issue to it). |
Provide a description of the task
We have this code in list feature:
which cleans
<ul>
s and<ol>
s from incorrect data but... honestly, the main reason was removing whitespaces. At the moment, AFAIK, we have white-spaces somehow covered in DOM converter and also there actually could be elements in<ul>
that are there on purpose (let's say some custom elements, or ... incorrectly downcasted markers like described here: #9622).It seems to me that maybe this converter is not needed at the moment and may be actually harmful.
The text was updated successfully, but these errors were encountered: