Skip to content

Commit 5c4c0f0

Browse files
DOC-3147: Focus is now restored to a dialog after closing an alert, confirmation or another dialog (#3751)
* DOC-3147: Focus is now restored to a dialog after closing an alert, confirmation or another dialog. * Update modules/ROOT/pages/8.0-release-notes.adoc Co-authored-by: Zuzanna Tomaszyk <91727075+ztomaszyk@users.noreply.github.com> --------- Co-authored-by: Zuzanna Tomaszyk <91727075+ztomaszyk@users.noreply.github.com>
1 parent 0a410d7 commit 5c4c0f0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,15 @@ In previous versions of {productname}, the editor's resize handle lacked a `role
237237

238238
In {productname} {release-version}, the resize handle now includes a `role` seperator and an `aria-valuetext` attribute that dynamically reflects the current dimensions of the editor. These improvements enhance accessibility and ensure more accurate announcements by screen readers.
239239

240+
=== Focus is now restored to a dialog after closing an alert, confirmation or another dialog
241+
// #TINY-12038
242+
243+
Previously, when a dialog was opened from within another dialog — such as a file picker triggered via a `file_picker_callback` the focus was not correctly restored to the original dialog after closing the secondary one. This issue also affected alert and confirmation dialogs opened from within a parent dialog.
244+
245+
As a result, keyboard users experienced disrupted navigation and loss of focus context, impairing accessibility and usability in multi-dialog workflows.
246+
247+
In {release-version}, {productname} now restores focus to the triggering button in the parent dialog once the nested dialog is closed. This improvement enhances keyboard navigation and accessibility in scenarios involving multiple overlapping dialogs.
248+
240249
=== New `list_max_depth` option to limit list indentation
241250
// #TINY-11937
242251

0 commit comments

Comments
 (0)