From b2a606a9c377a72b8822485a79ae86f6b2484aa7 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Mon, 10 Feb 2025 13:57:04 +0530 Subject: [PATCH 1/3] DOC-3132: Pressing Keyboard shorctut when cursor is on annotated content now opens and focuses the reply textarea. --- modules/ROOT/pages/7.7.0-release-notes.adoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 8fc2067037..23ad19d127 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -39,6 +39,23 @@ Previously, an issue was identified where `Ukrainian` and `Serbian` were incorre For information on the **Advanced Typography** plugin, see: xref:advanced-typography.adoc[Advanced Typography]. +=== Comments + +The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin. + +**Comments** includes the following fixes. + +==== Pressing Keyboard shorctut `cmd+alt+m` when cursor is on annotated content now opens and focuses the reply textarea. +// #TINY-11321 + +Previously, an issue was identified where pressing the keyboard shortcut `cmd-alt-m` on Mac and `ctrl-alt-m` on Windows while the cursor was on annotated content and the comments sidebar was open resulted in the focus shifting to the corresponding comment, +which was not the desired behavior. + +{productname} {release-version} fixes this by ensuring that the focus now moves to the reply text area instead of the corresponding comment. +This matches the behavior when the Add new comment button is clicked, resulting in more consistent functionality. + +For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Comments]. + [[improvements]] == Improvements From e18a7c0415f7560e83f045871d89dc3da37fece4 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Mon, 10 Feb 2025 15:14:06 +0530 Subject: [PATCH 2/3] DOC-3132: Condensed text. --- modules/ROOT/pages/7.7.0-release-notes.adoc | 3 +-- 1 file changed, 1 insertion(+), 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 23ad19d127..5b2659516e 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -48,8 +48,7 @@ The {productname} {release-version} release includes an accompanying release of ==== Pressing Keyboard shorctut `cmd+alt+m` when cursor is on annotated content now opens and focuses the reply textarea. // #TINY-11321 -Previously, an issue was identified where pressing the keyboard shortcut `cmd-alt-m` on Mac and `ctrl-alt-m` on Windows while the cursor was on annotated content and the comments sidebar was open resulted in the focus shifting to the corresponding comment, -which was not the desired behavior. +Previously, an issue was identified where pressing the keyboard shortcut `cmd-alt-m` on Mac and `ctrl-alt-m` on Windows while the cursor was on annotated content and the comments sidebar was open resulted in the focus shifting to the corresponding comment, which was not the desired behavior. {productname} {release-version} fixes this by ensuring that the focus now moves to the reply text area instead of the corresponding comment. This matches the behavior when the Add new comment button is clicked, resulting in more consistent functionality. From 8bd1451d18473edb2545128b6ef6768dbc27ef98 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Tue, 11 Feb 2025 11:34:07 +0530 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 5b2659516e..5b7d985110 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -51,7 +51,7 @@ The {productname} {release-version} release includes an accompanying release of Previously, an issue was identified where pressing the keyboard shortcut `cmd-alt-m` on Mac and `ctrl-alt-m` on Windows while the cursor was on annotated content and the comments sidebar was open resulted in the focus shifting to the corresponding comment, which was not the desired behavior. {productname} {release-version} fixes this by ensuring that the focus now moves to the reply text area instead of the corresponding comment. -This matches the behavior when the Add new comment button is clicked, resulting in more consistent functionality. +This matches the behavior when the "Add New Comment" button is clicked, resulting in more consistent functionality. For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Comments].