Skip to content

Commit dae55ff

Browse files
DOC-2609: The mentions dropdown remained visible even after the menti… (#3579)
* DOC-2609: The mentions dropdown remained visible even after the mention text was deleted in quick succession. * Update modules/ROOT/pages/7.6.1-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <[email protected]> * Update modules/ROOT/pages/7.6.1-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <[email protected]> * Update modules/ROOT/pages/7.6.1-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <[email protected]> * Update modules/ROOT/pages/7.6.1-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <[email protected]> --------- Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent 29c9be1 commit dae55ff

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

modules/ROOT/pages/7.6.1-release-notes.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,20 @@ The {productname} {release-version} release includes an accompanying release of
5353

5454
**Comments** includes the following fixes.
5555

56+
==== The mentions dropdown remained visible even after the mention text was deleted in quick succession.
57+
// #TINY-11673
58+
59+
In previous versions of the **Comments** plugin, an issue was identified where the mentions in comments dropdown was still visible after the `@` mentioned text was removed in quick succession.
60+
61+
This behavior occurred when the users list was updated following a successful API fetch request, even when the mentioned text was completely deleted.
62+
63+
As a result, users were unable to interact with or close the `@` mentions dropdown.
64+
65+
In {productname} {release-version}, the logic has been updated to ensure the users list is only refreshed if the mentioned text is not entirely removed. This change ensures that the mentions dropdown automatically closes when the `@` mentioned text is deleted.
66+
5667
==== The mentions menu without items was not closed when pressing Space or Enter key.
5768
// #TINY-11454
69+
5870
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.
5971

6072
This issue also caused the `Space` and `Enter` keys to be non-functional, resulting in a poor user experience.

0 commit comments

Comments
 (0)