Skip to content

Commit 5ad863f

Browse files
DOC-3243: Dialogs did not retain focus when using the block/unblock API. (#4018)
* Docs: DOC-3243 - Dialogs did not retain focus when using the block/unblock API. * Update modules/ROOT/pages/8.4.0-release-notes.adoc Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> --------- Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud>
1 parent ad4cf8a commit 5ad863f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,13 @@ In {productname} {release-version}, a check was added to prevent compression whe
300300

301301
// CCFR here.
302302

303+
=== Dialogs did not retain focus when using the block/unblock API.
304+
// #TINY-12918
305+
306+
Previously, when a dialog was blocked (for example, while loading) and then unblocked, the loading spinner disappeared without automatically focusing any other element. As a result, focus escaped the editor entirely. When using an inline editor, this caused the dialog and the rest of the editor UI to disappear.
307+
308+
In {productname} {release-version}, unblocking a dialog now focuses the first focusable element automatically, the same as when opening a dialog. This prevents the dialog and the rest of the editor UI from disappearing when using an inline editor.
309+
303310
=== Some formatting was not applied to items in multilevel list.
304311
// #TINY-13324
305312

0 commit comments

Comments
 (0)