Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions modules/ROOT/pages/7.6.1-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,20 @@ The {productname} {release-version} release includes an accompanying release of

**Comments** includes the following fixes.

==== The mentions dropdown remained visible even after the mention text was deleted in quick succession.
// #TINY-11673

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.

This behavior occurred when the users list was updated following a successful API fetch request, even when the mentioned text was completely deleted.

As a result, users were unable to interact with or close the `@` mentions dropdown.

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.

==== 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.
Expand Down
Loading