diff --git a/modules/ROOT/pages/8.4.0-release-notes.adoc b/modules/ROOT/pages/8.4.0-release-notes.adoc index b526ed4ccd..7b3fc01483 100644 --- a/modules/ROOT/pages/8.4.0-release-notes.adoc +++ b/modules/ROOT/pages/8.4.0-release-notes.adoc @@ -279,6 +279,20 @@ In {productname} {release-version}, a check was added to prevent compression whe // CCFR here. +=== Setting width via Table Properties did not apply when `table_style_by_css` was `false`. +// #TINY-12797 + +Previously, when `table_style_by_css` was set to `false`, updating the width of a table through the Table Properties dialog did not apply the width attribute. The dialog only applied width when using CSS styles, which broke the functionality for users who rely on HTML attributes for table sizing. + +In {productname} {release-version}, updating the width through the Table Properties dialog now ensures the width attribute is applied correctly when `table_style_by_css` is `false`. The table dialog behaves as expected for both attribute-based and style-based width settings. + +=== Tables with unitless width or height attributes could not be resized correctly. +// #TINY-12797 + +Previously, tables that used unitless width or height attributes (for example, numeric values without `px` or `%`) could not be resized correctly. Resizing handles and column operations did not behave as expected for these tables. + +In {productname} {release-version}, the table resize logic correctly handles unitless width and height attributes. Tables can now be resized and modified as expected regardless of how their dimensions are specified. + === Toolbars incorrectly had the role "group" instead of "toolbar". Toolbar groups incorrectly had the role "toolbar" instead of "group". // #TINY-13339