liferay / liferay-ckeditor

Other
8 stars 49 forks source link

Cell spacing, Cell padding, Border size field values on Table Properties are not visible #149

Closed rolandpakai closed 3 years ago

rolandpakai commented 3 years ago

On Table Properties modal window the following fields value are not visible

Cell spacing Cell padding Border size

The div.cke_dialog_ui_labeled_content style should be width: 5em; instead of the width: 3em;

Border size: https://github.com/ckeditor/ckeditor4/blob/eb2d11644a796cd13cd047cd55541430359f9317/plugins/table/dialogs/table.js#L345 Cell spacing: https://github.com/ckeditor/ckeditor4/blob/eb2d11644a796cd13cd047cd55541430359f9317/plugins/table/dialogs/table.js#L441 Cell padding: https://github.com/ckeditor/ckeditor4/blob/eb2d11644a796cd13cd047cd55541430359f9317/plugins/table/dialogs/table.js#L459

https://issues.liferay.com/browse/LPP-39914

image