Skip to content

Commit e93b034

Browse files
authored
Docs: DOC-3243 - Setting width via Table Properties did not apply when table_style_by_css was false (#4036)
1 parent d1578a8 commit e93b034

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

modules/ROOT/pages/8.4.0-release-notes.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,20 @@ In {productname} {release-version}, a check was added to prevent compression whe
279279

280280
// CCFR here.
281281

282+
=== Setting width via Table Properties did not apply when `table_style_by_css` was `false`.
283+
// #TINY-12797
284+
285+
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.
286+
287+
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.
288+
289+
=== Tables with unitless width or height attributes could not be resized correctly.
290+
// #TINY-12797
291+
292+
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.
293+
294+
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.
295+
282296
=== Toolbars incorrectly had the role "group" instead of "toolbar". Toolbar groups incorrectly had the role "toolbar" instead of "group".
283297
// #TINY-13339
284298

0 commit comments

Comments
 (0)