diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index bb33570c6a..4e43364e32 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -94,6 +94,20 @@ In previous versions of **Comments**, the side panel header blended into the bod {productname} {release-version} improves this by enhancing the side panel header’s visibility, creating a clearer distinction from the body, and refining the overall UI aesthetics. +==== 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. + +{productname} {release-version} resolves this issue by ensuring the comment sidebar remains stable, preventing unintended jumps when editing large comments. + +==== Closing the comment kebab menu with keyboard would result in the editor dispatching a `blur` event. +// #TINY-11172 + +In previous versions of **Comments**, an issue was identified where the editor would trigger a `blur` event if the comment kebab menu was closed using the `escape` key. This occurred even when the editor still had focus, leading to confusing behavior. + +{productname} {release-version} resolves this issue by ensuring that focus is properly managed when closing the kebab menu, rather than relying on the browser. This ensures that the editor does not trigger any `blur` events. + For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Comments]. === Image Optimizer @@ -129,21 +143,6 @@ This caused confusion in identifying the problem during setup. 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. - -==== Closing the comment kebab menu with keyboard would result in the editor dispatching a `blur` event. -// #TINY-11172 - -In previous versions of **Comments**, an issue was identified where the editor would trigger a `blur` event if the comment kebab menu was closed using the `escape` key. This occurred even when the editor still had focus, leading to confusing behavior. - -{productname} {release-version} resolves this issue by ensuring that focus is properly managed when closing the kebab menu, rather than relying on the browser. This ensures that the editor does not trigger any `blur` events. - -For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Comments]. - [[improvements]] == Improvements