From 650600de1c4439053a0a71f288afae7010ec04ef Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Tue, 11 Feb 2025 12:00:10 +0530 Subject: [PATCH 1/3] DOC-3132: On chrome, comment card would be jumping when editing a very large comment. --- modules/ROOT/pages/7.7.0-release-notes.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 44c2bc43a3..c8177eac7c 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -56,6 +56,21 @@ As a result, these extensions were blocked, and users encountered the error mess For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Image Optimizer]. +=== Comments + +The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin. + +**Comments** includes the following fixes. + +==== On chrome, comment card would be jumping when editing a very large comment. +// #TINY-11729 + +Previously, an issue was identified where, when editing comments larger than the height of the comments sidebar, the sidebar would jump up before returning to its intended position. This caused UI glitches that impacted the user experience. + +{productname} {release-version} resolves this issue by improving the logic that handles the resizing of the comment textarea, ensuring that the editor no longer jumps when editing large comments. + +For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Comments]. + [[improvements]] == Improvements From 81e62a364400f9b6c5996967b135aa8c634dea6a Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Wed, 12 Feb 2025 22:24:15 +0530 Subject: [PATCH 2/3] Update modules/ROOT/pages/7.7.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard --- modules/ROOT/pages/7.7.0-release-notes.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index c8177eac7c..728dbbc0fb 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -65,9 +65,9 @@ The {productname} {release-version} release includes an accompanying release of ==== On chrome, comment card would be jumping when editing a very large comment. // #TINY-11729 -Previously, an issue was identified where, when editing comments larger than the height of the comments sidebar, the sidebar would jump up before returning to its intended position. This caused UI glitches that impacted the user experience. +Previously, when editing a comment larger than the height of the comments sidebar, the sidebar would briefly jump before returning to its intended position. This caused visual disruptions that impacted the editing experience. -{productname} {release-version} resolves this issue by improving the logic that handles the resizing of the comment textarea, ensuring that the editor no longer jumps when editing large comments. +{productname} {release-version} resolves this issue by ensuring the comment sidebar remains stable, preventing unintended jumps when editing large comments. For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Comments]. From bdf6fbadacb5b5824ccee9172ad6439b39ee5abe Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Tue, 18 Feb 2025 10:29:38 +1000 Subject: [PATCH 3/3] Update modules/ROOT/pages/7.7.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard --- modules/ROOT/pages/7.7.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 728dbbc0fb..c54d1db8ee 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -62,7 +62,7 @@ The {productname} {release-version} release includes an accompanying release of **Comments** includes the following fixes. -==== On chrome, comment card would be jumping when editing a very large comment. +==== Comment card jumps when editing a large comment in Chrome // #TINY-11729 Previously, when editing a comment larger than the height of the comments sidebar, the sidebar would briefly jump before returning to its intended position. This caused visual disruptions that impacted the editing experience.