From 5a45df55995a7a6e7ee83e4b74bc903ceb4d3e89 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Wed, 15 Jan 2025 14:15:42 +0530 Subject: [PATCH 1/3] DOC-2609: The mentions menu without items was not closed when pressing Space or Enter key. --- modules/ROOT/pages/7.6.1-release-notes.adoc | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/modules/ROOT/pages/7.6.1-release-notes.adoc b/modules/ROOT/pages/7.6.1-release-notes.adoc index 97b5234b3e..2f093c4d37 100644 --- a/modules/ROOT/pages/7.6.1-release-notes.adoc +++ b/modules/ROOT/pages/7.6.1-release-notes.adoc @@ -47,17 +47,21 @@ For information on the **** plugin, see xref: +=== Comments -The {productname} {release-version} release includes an accompanying release of the **** premium plugin. +The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin. -**** includes the following . +**Comments** Comments includes the following fixes. -==== +==== The mentions menu without items was not closed when pressing Space or Enter key. -// CCFR here. +Previously, an issue was identified where pressing the `Space` or `Enter` key when the mentions dropdown displayed the message "no users found" did not close the dropdown unlike in the editor. + +This issue also caused the `Space` and `Enter` keys to be non-functional, resulting in a poor user experience. + +{productname} {release-version} resolves this issue by ensuring that pressing the `Space` or `Enter` key closes the dropdown, maintaining consistent functionality between the comment text area and the editor. -For information on the **** plugin, see: xref:.adoc[]. +For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to {companyname} Comments]. [[accompanying-premium-plugin-end-of-life-announcement]] From 28f0e8677881ee3e44bb69a294b36cc9ec79308f Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Wed, 15 Jan 2025 15:44:47 +0530 Subject: [PATCH 2/3] Update modules/ROOT/pages/7.6.1-release-notes.adoc --- modules/ROOT/pages/7.6.1-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.6.1-release-notes.adoc b/modules/ROOT/pages/7.6.1-release-notes.adoc index 2f093c4d37..4ede5d315e 100644 --- a/modules/ROOT/pages/7.6.1-release-notes.adoc +++ b/modules/ROOT/pages/7.6.1-release-notes.adoc @@ -54,7 +54,7 @@ The {productname} {release-version} release includes an accompanying release of **Comments** Comments includes the following fixes. ==== The mentions menu without items was not closed when pressing Space or Enter key. - +// #TINY-11454 Previously, an issue was identified where pressing the `Space` or `Enter` key when the mentions dropdown displayed the message "no users found" did not close the dropdown unlike in the editor. This issue also caused the `Space` and `Enter` keys to be non-functional, resulting in a poor user experience. From a10720e478cc95ed54771b4d07bf1e7bdb2eafb3 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Thu, 16 Jan 2025 09:49:04 +0530 Subject: [PATCH 3/3] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.6.1-release-notes.adoc b/modules/ROOT/pages/7.6.1-release-notes.adoc index 4ede5d315e..d3f951b77e 100644 --- a/modules/ROOT/pages/7.6.1-release-notes.adoc +++ b/modules/ROOT/pages/7.6.1-release-notes.adoc @@ -51,7 +51,7 @@ The following premium plugin updates were released alongside {productname} {rele The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin. -**Comments** Comments includes the following fixes. +**Comments** includes the following fixes. ==== The mentions menu without items was not closed when pressing Space or Enter key. // #TINY-11454