Browse Source

DOC-2270: add fix documentation for TINY-10308 to the TinyMCE 7.0 release notes. (#3131)

* DOC-2270: add fix documentation for TINY-10308 to the TinyMCE 7.0 release notes.

* Update modules/ROOT/pages/7.0-release-notes.adoc

Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com>

---------

Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com>
pull/3139/head
Karl Kemister-Sheppard 1 year ago
committed by GitHub
parent
commit
7ea9743865
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 7
      modules/ROOT/pages/7.0-release-notes.adoc

7
modules/ROOT/pages/7.0-release-notes.adoc

@ -407,6 +407,13 @@ Previously, it was not possible to remove all classes on a table when setting an
* For selected rows with classes that do not match any of the values set in the `table_row_class_list`, a "Select..." item becomes the default choice in the "Class" listbox field in the "Row Properties" dialog. (This selection maintains the existing classes upon saving). Conversely, if the selected row classes do match one of the values set in the `table_row_class_list`, it is automatically selected.
* For selected cells with classes that do not match any of the values set in the `table_cell_class_list`, a "Select..." item becomes the default choice in the "Class" listbox field in the "Cell Properties" dialog. (This selection maintains the existing classes upon saving). Conversely, if the selected cell classes do match one of the values set in the `table_cell_class_list`, it is automatically selected.
=== When setting table border width to 0 and `table_style_by_css` is `true`, only the border attribute is set to 0 and border-width styling is no longer used.
// TINY-10308
Previously in {productname} 6, when the `table_style_by_css` option was `true` and the table border width was set to `0px` within the "Table Properties" dialog, the table's border attribute would be set to 1 and `border-width: 0px` would be applied to all cells in the table. This behaviour was unintentional and differed from setting the `table_style_by_css` option to `true` in {productname} 5.
In {productname} 7.0 addressed this issue. Now, setting the border width to 0 consistently sets the table border attribute to 0, removing `border-width` styles from all table cells, and aligning the behavior of the "Border width" property with {productname} 5.
=== `mceTableDeleteRow` did not calculate the correct row index for colgroup tables.
// #TINY-6309

Loading…
Cancel
Save