ckeditor / ckeditor5

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

Table column resize should also work when grabbing the table border on the leftmost column #15953

Open mabryl opened 7 months ago

mabryl commented 7 months ago

📝 Provide a description of the improvement

Currently, the table resize feature doesn't allow to resize the first column in the table when you try to grab the table border, but you can grab the border of the last column, as seen in this recording:

https://github.com/ckeditor/ckeditor5/assets/72079603/50965c03-2c66-4ffe-8e94-79f2b0e8e76c

Resizing the last column like so is possible in GDocs and Microsoft Word, so some users coming from these editors might miss this functionality:

https://github.com/ckeditor/ckeditor5/assets/72079603/df9a961a-2bec-499f-b4d4-5098c6df67ee

📃 Other details


If you'd like to see this improvement implemented, add a 👍 reaction to this post.

108signals commented 7 months ago

thank you @mabryl for reporting this issue with all of the details. Our users utilize the table resize capabilities very frequently and have voiced this to us.