-
-
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
List element content can be lost when gets pasted into CK Editor #8684
Comments
Hi, thanks for the report and sorry for the late reply. I can confirm this issue. |
Hello, I got a problem with pasting the lists into ckeditor. When pasting nested lists into Source on demo page -> ckeditor produces garbage html: instead of list in list, child list becomes div? Code for reproduce -> paste html below into Source editing mode.<ul class="nujFR WIvKn">
<li data-qaid="attributes" class="YSmsd">
<ul class="nujFR SE5ox">
<li class="YSmsd">
<div class="MafxA IIzXA">
<span class="_3Trjq ffgjE htldP">Країна виробник</span>
<span class="_3Trjq htldP">Китай</span>
</div>
</li>
<li class="YSmsd">
<div class="MafxA IIzXA">
<span class="_3Trjq ffgjE htldP">Матеріал стебла</span>
<span class="_3Trjq htldP">Пластик</span>
</div>
</li>
<li class="YSmsd">
<div class="MafxA IIzXA">
<span class="_3Trjq ffgjE htldP">Матеріал листя</span>
<span class="_3Trjq htldP">Латекс</span>
</div>
</li>
</ul>
</li>
</ul> |
@KostiantynO the demo you're using doesn't have a list implementation that supports blocks. Check the behavior in the full-featured editor. In the future, please create a separate issue for your problem. |
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 still 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. 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 detailed reproduction steps (if any)
✔️ Expected result
The above content successfully gets loaded into CK Editor.
❌ Actual result
The part "[Content that will be removed by CK Editor]" will be removed.
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: