From 8f430d48f5116c7d1aecda0915b088c06d0cbcc2 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Thu, 16 Jan 2025 14:33:41 +0530 Subject: [PATCH 1/2] DOC-2609: Table resize bars was not properly aligned for inline editors inside scrollable containers. --- modules/ROOT/pages/7.6.1-release-notes.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/modules/ROOT/pages/7.6.1-release-notes.adoc b/modules/ROOT/pages/7.6.1-release-notes.adoc index b16668223c..fc5fd3f794 100644 --- a/modules/ROOT/pages/7.6.1-release-notes.adoc +++ b/modules/ROOT/pages/7.6.1-release-notes.adoc @@ -75,6 +75,21 @@ This issue also caused the `Space` and `Enter` keys to be non-functional, result For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to {companyname} Comments]. +=== Enhanced Tables + +The {productname} {release-version} release includes an accompanying release of the **Enhanced Tables** premium plugin. + +**Enhanced Tables** includes the following fixes. + +==== Table resize bars was not properly aligned for inline editors inside scrollable containers. + +In earlier versions of {productname}, an issue was identified in the inline mode editor where table resize bars were improperly positioned when placed within a scrollable container. When the container was scrolled, the resize bars became misaligned with the corresponding table rows and columns. + +This misalignment caused a disconnect between the table rows and their associated resize handles, leading to usability challenges as the handles appeared in the incorrect location. + +In {productname} {release-version}, this issue has been resolved by ensuring the table resize bars are properly attached to the respective table rows and columns when the container is scrolled, enhancing usability and functionality. + +For information on the **Enhanced Table** plugin, see: xref:advtable.adoc[Enhanced Tables]. [[accompanying-premium-plugin-end-of-life-announcement]] == Accompanying Premium plugin end-of-life announcement From cc3e65429d8d6ea4b78484aefbe19ffdf4da2408 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:56:32 +0530 Subject: [PATCH 2/2] Update modules/ROOT/pages/7.6.1-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard --- modules/ROOT/pages/7.6.1-release-notes.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ROOT/pages/7.6.1-release-notes.adoc b/modules/ROOT/pages/7.6.1-release-notes.adoc index fc5fd3f794..8826a6b27a 100644 --- a/modules/ROOT/pages/7.6.1-release-notes.adoc +++ b/modules/ROOT/pages/7.6.1-release-notes.adoc @@ -82,6 +82,7 @@ The {productname} {release-version} release includes an accompanying release of **Enhanced Tables** includes the following fixes. ==== Table resize bars was not properly aligned for inline editors inside scrollable containers. +// #TINY-11215 In earlier versions of {productname}, an issue was identified in the inline mode editor where table resize bars were improperly positioned when placed within a scrollable container. When the container was scrolled, the resize bars became misaligned with the corresponding table rows and columns.