ckeditor / ckeditor5

Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
https://ckeditor.com/ckeditor-5
Other
8.27k stars 3.59k forks source link

Clicking on a resize handle in a nested table extends the tables to the full editor width #16251

Open charlttsie opened 3 weeks ago

charlttsie commented 3 weeks ago

📝 Provide detailed reproduction steps (if any)

  1. Open e.g. https://ckeditor.com/docs/ckeditor5/latest/features/tables/tables-resize.html
  2. Insert a table inside another table cell
  3. Click on a resize handle in the nested table

✔️ Expected result

Table width doesn't change

❌ Actual result

Both tables widen to take the full editor width:

https://github.com/ckeditor/ckeditor5/assets/132071257/8b5e7231-3b1e-4fca-9a23-bc04eb06f7d8

Afterwards, clicking the resize handle further widens the inner table:

https://github.com/ckeditor/ckeditor5/assets/132071257/e0f034d9-d57a-453d-8c16-facb4ff853f5

📃 Other details


If you'd like to see this fixed sooner, add a 👍 reaction to this post.