Skip to content

Commit 8a41751

Browse files
Update modules/ROOT/pages/7.7.1-release-notes.adoc
Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent 968a5a2 commit 8a41751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ In {productname} {release-version}, an issue was identified where skin content C
6565

6666
This issue has been resolved in {productname} {release-version}. The bundling process now correctly incorporates CSS styles into the generated JavaScript resources, preventing truncation and ensuring consistent styling across the editor UI.
6767

68-
=== Context forms used to disappear if their input were disabled in the `onSetup` API.
68+
=== Context forms used to disappear if their input was disabled in the `onSetup` API.
6969
// #TINY-11890
7070

71-
Previousley, an issue was identified where disabling a context form's input in the `onSetup` function caused the form to disappear due to focus being set on a non-focusable element.
71+
Previously, an issue was identified where disabling a context form's input in the `onSetup` function caused the form to disappear due to focus being set on a non-focusable element.
7272

7373
In {productname} {release-version}, this issue has been resolved by ensuring that the fallback focus is directed to a focusable element. As a result, even when the input is disabled, the focus remains intact, preventing the context form from disappearing.
7474

0 commit comments

Comments
 (0)