Skip to content

Commit 7fc4f89

Browse files
DOC-3150: Context forms used to disappear if their input were disabled in the onSetup API (#3644)
1 parent 01eec6c commit 7fc4f89

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ Previously in {productname}, an issue was identified where skin content CSS was
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 was disabled in the `onSetup` API.
69+
// #TINY-11890
70+
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.
72+
73+
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.
74+
75+
For more information on the `onSetup` function and context forms, see xref:contextform.adoc[Context Forms]
6876

6977
[[known-issues]]
7078
== Known issues

0 commit comments

Comments
 (0)