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.52k stars 3.7k forks source link

Introduce an option for table resize to return its values in pixels #16999

Open mabryl opened 2 months ago

mabryl commented 2 months ago

📝 Provide a description of the improvement

Currently, when you resize the table columns via Table Column Resize, the values are returned as percentages.

Some integrators would prefer that these values be presented in pixels instead of percentages, as was the case in CKE4.

📃 Other details


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

Mati365 commented 2 months ago

@mabryl Looks like we already have PR with similar feature: https://github.com/ckeditor/ckeditor5/pull/16104 but it was closed after discussions.

fyi @arkflpc @niegowski @Witoso

scofalik commented 2 months ago

Yes, table sizes is a complex topic, where semantics clash with different CSS/HTML details. We decided to revisit it again at some point and spent appropriate time on it.