From eb3f02134b33b1fdbae82949b720a8e72b380604 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Fri, 17 Jan 2025 23:32:08 +0530 Subject: [PATCH 1/4] DOC-2609: Text input was prevented in form elements in the contents of the editor. --- modules/ROOT/pages/7.6.1-release-notes.adoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/ROOT/pages/7.6.1-release-notes.adoc b/modules/ROOT/pages/7.6.1-release-notes.adoc index 04950c4f02..0cf134ca1e 100644 --- a/modules/ROOT/pages/7.6.1-release-notes.adoc +++ b/modules/ROOT/pages/7.6.1-release-notes.adoc @@ -182,13 +182,14 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a [[bug-fixes]] == Bug fixes -{productname} {release-version} also includes the following bug fix: +{productname} {release-version} also includes the following bug fixes: -=== -// #TINY-vwxyz1 +=== Text input was prevented in form elements in the contents of the editor. +// #TINY-11446 -// CCFR here. +Previously, an issue was identified in Google Chrome where text input was prevented within form elements, resulting in the inability to insert text into these elements. +This has been addressed in {productname} {release-version} 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. [[security-fixes]] == Security fixes From 4aaef5d7d2a2d97ec5d8d835938b6d2dc15c35ab Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:29:58 +0530 Subject: [PATCH 2/4] Update modules/ROOT/pages/7.6.1-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard --- modules/ROOT/pages/7.6.1-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.6.1-release-notes.adoc b/modules/ROOT/pages/7.6.1-release-notes.adoc index 0cf134ca1e..6ac389bdc7 100644 --- a/modules/ROOT/pages/7.6.1-release-notes.adoc +++ b/modules/ROOT/pages/7.6.1-release-notes.adoc @@ -189,7 +189,7 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a Previously, an issue was identified in Google Chrome where text input was prevented within form elements, resulting in the inability to insert text into these elements. -This has been addressed in {productname} {release-version} 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. +{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. [[security-fixes]] == Security fixes From f5866235b08fc2c6c67a4ebadd14a4256c4a530f Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Tue, 21 Jan 2025 12:33:47 +0530 Subject: [PATCH 3/4] Update modules/ROOT/pages/7.6.1-release-notes.adoc --- modules/ROOT/pages/7.6.1-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.6.1-release-notes.adoc b/modules/ROOT/pages/7.6.1-release-notes.adoc index 6ac389bdc7..d4605f348f 100644 --- a/modules/ROOT/pages/7.6.1-release-notes.adoc +++ b/modules/ROOT/pages/7.6.1-release-notes.adoc @@ -187,7 +187,7 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a === Text input was prevented in form elements in the contents of the editor. // #TINY-11446 -Previously, an issue was identified in Google Chrome where text input was prevented within form elements, resulting in the inability to insert text into these elements. +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. {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. From d2c4a6c109a6f5e30e91e19aab069b8e18eae923 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Tue, 21 Jan 2025 12:33:54 +0530 Subject: [PATCH 4/4] Update modules/ROOT/pages/7.6.1-release-notes.adoc --- modules/ROOT/pages/7.6.1-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.6.1-release-notes.adoc b/modules/ROOT/pages/7.6.1-release-notes.adoc index d4605f348f..2437822b2b 100644 --- a/modules/ROOT/pages/7.6.1-release-notes.adoc +++ b/modules/ROOT/pages/7.6.1-release-notes.adoc @@ -189,7 +189,7 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a 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. -{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. +{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. [[security-fixes]] == Security fixes