From 9f0cb06537db08ac317ba5ba4947dcee8e531856 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Wed, 5 Feb 2025 10:44:26 +0530 Subject: [PATCH 1/2] DOC-3132: Iframe aria text used to suggest to open help dialog even when the help plugin was not enabled. --- modules/ROOT/pages/7.7.0-release-notes.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 8d50e068bf..77843b039a 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -74,6 +74,14 @@ This resulted in a poor user experience as users could not engage with anchor li {productname} {release-version} resolves this issue by first checking whether a link is an anchor link and ensuring that users are navigated to the corresponding anchor element, which is the expected behavior. +=== Iframe aria text used to suggest to open help dialog even when the help plugin was not +// #TINY-11672 + +Previously, an issue was identified where the aria-label attribute in the body element was set to “Rich Text Area. Press `ALT-0` for help”. This affected accessibility because the screen reader would announce this message, but when users pressed `ALT-0`, +the help dialog would not open if the plugin was disabled, leading to confusion. + +{productname} {release-version} addresses this issue by ensuring that if the help plugin is disabled, the screen reader announces only "Rich Text Area." If the help plugin is enabled, the screen reader announces "Rich Text Area. Press `ALT-0` for help.". + [[known-issues]] == Known issues From d06cd3b73dd9268dcdf590f75c8cb5c06ace952c Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Wed, 5 Feb 2025 10:52:41 +0530 Subject: [PATCH 2/2] Update modules/ROOT/pages/7.7.0-release-notes.adoc --- 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 77843b039a..9935b44048 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -74,7 +74,7 @@ This resulted in a poor user experience as users could not engage with anchor li {productname} {release-version} resolves this issue by first checking whether a link is an anchor link and ensuring that users are navigated to the corresponding anchor element, which is the expected behavior. -=== Iframe aria text used to suggest to open help dialog even when the help plugin was not +=== Iframe aria text used to suggest to open help dialog even when the help plugin was not enabled. // #TINY-11672 Previously, an issue was identified where the aria-label attribute in the body element was set to “Rich Text Area. Press `ALT-0` for help”. This affected accessibility because the screen reader would announce this message, but when users pressed `ALT-0`,