From 0ee628149bb9e89a0bca562eaa92063930e9c171 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Thu, 16 Jan 2025 13:42:05 +0530 Subject: [PATCH 1/3] DOC-2609: Toggle sidebar shortcut remained active when the editor was disabled. --- modules/ROOT/pages/7.6.1-release-notes.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/ROOT/pages/7.6.1-release-notes.adoc b/modules/ROOT/pages/7.6.1-release-notes.adoc index b16668223c..985390b54a 100644 --- a/modules/ROOT/pages/7.6.1-release-notes.adoc +++ b/modules/ROOT/pages/7.6.1-release-notes.adoc @@ -73,6 +73,16 @@ This issue also caused the `Space` and `Enter` keys to be non-functional, result {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. +==== Toggle sidebar shortcut remained active when the editor was disabled. +// #TINY-11646 + +Previously, an issue was identified where the comment sidebar would close when using the keyboard shortcut `Cmd + Opt + M` while the editor was in a disabled state. + +This led to inconsistent behavior, as keyboard shortcuts remained functional despite the editor being disabled. + +With the release of {productname} {release version}, this issue has been resolved. The behavior of keyboard shortcuts has been updated to ensure that the comment sidebar shortcut is completely disabled when the editor is in a disabled state. +This change aligns the functionality of the shortcuts with the editor's state, ensuring consistent behavior. + For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to {companyname} Comments]. From cc4f2f7dc6bfb24d8a2b43b1036cc23e55ca9fe3 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:35:48 +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 985390b54a..1eb0ab8144 100644 --- a/modules/ROOT/pages/7.6.1-release-notes.adoc +++ b/modules/ROOT/pages/7.6.1-release-notes.adoc @@ -76,7 +76,7 @@ This issue also caused the `Space` and `Enter` keys to be non-functional, result ==== Toggle sidebar shortcut remained active when the editor was disabled. // #TINY-11646 -Previously, an issue was identified where the comment sidebar would close when using the keyboard shortcut `Cmd + Opt + M` while the editor was in a disabled state. +Previously, an issue was identified where the comment sidebar would close when using the keyboard shortcut `Cmd + Opt + M` on Mac and `Ctrl + Alt + M` on Windows while the editor was in a disabled state. This led to inconsistent behavior, as keyboard shortcuts remained functional despite the editor being disabled. From cb7e23f68aa504b6546f93ce7779c14c72c7806a Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:42:22 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/ROOT/pages/7.6.1-release-notes.adoc b/modules/ROOT/pages/7.6.1-release-notes.adoc index 1eb0ab8144..08fba9d227 100644 --- a/modules/ROOT/pages/7.6.1-release-notes.adoc +++ b/modules/ROOT/pages/7.6.1-release-notes.adoc @@ -80,8 +80,7 @@ Previously, an issue was identified where the comment sidebar would close when u This led to inconsistent behavior, as keyboard shortcuts remained functional despite the editor being disabled. -With the release of {productname} {release version}, this issue has been resolved. The behavior of keyboard shortcuts has been updated to ensure that the comment sidebar shortcut is completely disabled when the editor is in a disabled state. -This change aligns the functionality of the shortcuts with the editor's state, ensuring consistent behavior. +{productname} {release version} addresses this issue. The behavior of keyboard shortcuts has been updated to ensure that the comment sidebar shortcut is disabled when the editor is in a disabled state. For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to {companyname} Comments].