-
-
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
Table can overlap with List #8412
Comments
Hi, thanks for the report. I can confirm this issue. Happens in all browsers and seems like an old issue. |
@Comandeer Do you know any other way to get this done? We're stuck. |
The solution proposed in #8767 (review) seems to be a CSS hack and can be unpredictable is the edge cases. The other solutions we found affect the rest of the layout to aggressively to be implemented, so we decided to put off this issue for now. |
Same issue came out during new inline image testing. New findings not yet covered by this issue: 1. TODO lists also can overlap with the tables/images:CKE5-inline-wrap-indent-todo.mp42. [SAFARI] Changing indent levels on lists results in hanging bullet points/numbers:CKE5-inline-lists-with-wrap.mp4 |
Maybe we can think about how to "push" the list so the markers wont lies inside table cells. We can use Originally mention here: #14921 (comment) |
I'd suggest using the floating images approach. The floating image itself should set the margin on the opposite side. The problem here is that tables do not use CSS classes for styles. An inline style is used. We could modify the table alignment feature to upcast both, inline style and dedicated CSS class and downcast always to a CSS class that could include the margin style. |
📝 Provide detailed reproduction steps (if any)
✔️ Expected result
No overlapping between the list and the table.
❌ Actual result
There is overlapping. See below:
![Screen Shot 2020-11-03 at 1 15 29 PM](https://user-images.githubusercontent.com/16005923/98024922-02f95180-1dd7-11eb-855d-87d86759de3e.png)
📃 Other details
Reproducible here: https://ckeditor.com/docs/ckeditor5/latest/features/table.html
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: