From 0b534bdd175a51a73141b63e966f83602c0d90c7 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Fri, 13 Mar 2026 16:37:11 +1000 Subject: [PATCH] Docs: DOC-3243 - Dialogs did not retain focus when using the block/unblock API. --- modules/ROOT/pages/8.4.0-release-notes.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/ROOT/pages/8.4.0-release-notes.adoc b/modules/ROOT/pages/8.4.0-release-notes.adoc index 9d8d4ba772..42bb99a721 100644 --- a/modules/ROOT/pages/8.4.0-release-notes.adoc +++ b/modules/ROOT/pages/8.4.0-release-notes.adoc @@ -158,6 +158,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a // CCFR here. +=== Dialogs did not retain focus when using the block/unblock API. +// #TINY-12918 + +Previously, when a dialog was blocked (for example, while loading) and then unblocked, the loading spinner disappeared without automatically focusing the first focusable element in the dialog. Focus was lost from the editor entirely. When using an inline editor, this caused the dialog and the rest of the editor UI to disappear when the dialog lost focus. + +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. + [[security-fixes]] == Security fixes