From 314dbb1c4a7b128f930fd7f9cdf1af224b662913 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Tue, 18 Feb 2025 12:16:48 +1000 Subject: [PATCH 1/2] DOC-3132: Impoved visual indication of keyboard focus for a comment annotation when there is an image inside. --- modules/ROOT/pages/7.7.0-release-notes.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 7494a3a346..5c611e9a7d 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -115,6 +115,13 @@ In previous versions of **Comments**, an issue was identified where the editor w {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. +==== Impoved visual indication of keyboard focus for a comment annotation when there is an image inside. +// #TINY-11596 + +In previous versions of **Comments**, annotated non-text elements occasionally displayed a double bottom border when selected, leading to a visual inconsistency that appeared buggy and clashed with existing border styles. + +With the release of {productname} {release-version}, dedicated styles for selected non-text element annotations have been introduced. This enhancement improves the visual clarity of comment annotations on non-text elements such as images and videos. + For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Comments]. === Image Optimizer From 83af6eaf86f0ad49f74c474a0f6ab570eee5ddfa Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Wed, 19 Feb 2025 08:37:44 +1000 Subject: [PATCH 2/2] Update modules/ROOT/pages/7.7.0-release-notes.adoc Co-authored-by: Sorita Heng <69398037+soritaheng@users.noreply.github.com> --- 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 5c611e9a7d..10e378a951 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -115,7 +115,7 @@ In previous versions of **Comments**, an issue was identified where the editor w {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. -==== Impoved visual indication of keyboard focus for a comment annotation when there is an image inside. +==== Improved visual indication of keyboard focus for a comment annotation when there is an image inside. // #TINY-11596 In previous versions of **Comments**, annotated non-text elements occasionally displayed a double bottom border when selected, leading to a visual inconsistency that appeared buggy and clashed with existing border styles.