From f1a1fa8ac0c45f7761c31653d04cdf6385f6aca1 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Wed, 10 Jun 2026 13:57:12 +1000 Subject: [PATCH 1/2] DOC-3526: Add bug fix release note for table cell indentation (TINY-14370) --- modules/ROOT/pages/8.7.0-release-notes.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/ROOT/pages/8.7.0-release-notes.adoc b/modules/ROOT/pages/8.7.0-release-notes.adoc index 60a84540ef..98e0943399 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -89,6 +89,11 @@ The following premium plugin updates were released alongside {productname} {rele {productname} {release-version} also includes the following bug fix: +=== Indentation is now applied to all selected table cells +// #TINY-14370 + +Previously, applying indentation with multiple table cells selected affected only the cell where the pointer was released, because the action used the browser's native selection rather than the editor's cell selection. {productname} now applies indentation to every cell in the selection. + // === // #TINY-vwxyz1 From 93fc007b8264b24fe5f1d2d69b4570d7a00b88bb Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 15 Jun 2026 11:12:06 +1000 Subject: [PATCH 2/2] Docs: DOC-3526 - Improve TINY-14370 release note body structure --- modules/ROOT/pages/8.7.0-release-notes.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.7.0-release-notes.adoc b/modules/ROOT/pages/8.7.0-release-notes.adoc index 98e0943399..aa7944d4bf 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -92,7 +92,9 @@ The following premium plugin updates were released alongside {productname} {rele === Indentation is now applied to all selected table cells // #TINY-14370 -Previously, applying indentation with multiple table cells selected affected only the cell where the pointer was released, because the action used the browser's native selection rather than the editor's cell selection. {productname} now applies indentation to every cell in the selection. +Previously, applying indentation with multiple table cells selected affected only the cell where the pointer was released. The action used the browser's native selection rather than the editor's cell selection, so the remaining selected cells were left unchanged. + +In {productname} {release-version}, indentation is applied to every cell in the selection. // === // #TINY-vwxyz1