Skip to content

Commit 2dc22ff

Browse files
DOC-2609: Text input was prevented in form elements in the contents of the editor. (#3585)
* DOC-2609: Text input was prevented in form elements in the contents of the editor. * Update modules/ROOT/pages/7.6.1-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <[email protected]> * Update modules/ROOT/pages/7.6.1-release-notes.adoc * Update modules/ROOT/pages/7.6.1-release-notes.adoc --------- Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent 70e853b commit 2dc22ff

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,14 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
198198
[[bug-fixes]]
199199
== Bug fixes
200200

201-
{productname} {release-version} also includes the following bug fix<es>:
201+
{productname} {release-version} also includes the following bug fixes:
202+
203+
=== Text input was prevented in form elements in the contents of the editor.
204+
// #TINY-11446
205+
206+
Previously, an issue was identified in Google Chrome and Microsoft Edge where text input was prevented within form elements, resulting in the inability to insert text into these elements.
207+
208+
{productname} {release-version} addresses this issue, by updating the logic for handling text input on non-editable elements to include support for form elements. As a result, text can now be successfully inserted into form elements in Google Chrome and Microsoft Edge.
202209

203210
=== Opening a notification when the toolbar is at the bottom threw an error.
204211
// #TINY-11498
@@ -209,7 +216,6 @@ This issue significantly impacted the user experience, preventing users from int
209216

210217
{productname} {release-version} resolves this issue by enhancing the notification positioning logic to account for the toolbar's location. Notifications now function seamlessly, regardless of the toolbar's placement on the screen.
211218

212-
213219
[[security-fixes]]
214220
== Security fixes
215221

0 commit comments

Comments
 (0)