From ab678dcf4709574757749341c0e0e280b886e8de Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Wed, 7 May 2025 10:32:50 +1000 Subject: [PATCH 1/2] DOC-3151: Japanese keyboard could insert content while the editor was in '!'=0 '#'=0 '$'=4979 '*'=( ) -=569Xils '?'=0 @=( ) ARGC=0 HISTCMD=1148 LINENO=27 PPID=1568 TTYIDLE=2 ZSH_EVAL_CONTEXT=toplevel:cmdsubst ZSH_SUBSHELL=1 funcstack status=0 terminfo zsh_eval_context=( toplevel cmdsubst ) mode --- modules/ROOT/pages/7.9.0-release-notes.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/7.9.0-release-notes.adoc b/modules/ROOT/pages/7.9.0-release-notes.adoc index 6394d0a9a6..ef9394234e 100644 --- a/modules/ROOT/pages/7.9.0-release-notes.adoc +++ b/modules/ROOT/pages/7.9.0-release-notes.adoc @@ -153,10 +153,12 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a {productname} {release-version} also includes the following bug fix: -// === -// #TINY-vwxyz1 +=== Japanese keyboard could insert content while the editor was in `readonly` mode +// #TINY-11363 -// CCFR here. +In previous versions of {productname}, an issue was identified where the editor permitted content insertion via IME (Input Method Editor) input, such as using a Japanese keyboard even when the editor was configured with `readonly: true`. This behavior allowed users to bypass standard input restrictions, potentially compromising content protection and data integrity. + +With the release of {productname} {release-version}, this issue has been addressed by implementing event handlers that intercept and block IME-related input events and their default behaviors while in read-only mode. This enhancement ensures that the readonly setting is strictly enforced, preventing content modifications from all input sources, including IME. As a result, data integrity is preserved, and the editor's reliability in multilingual environments is significantly improved. [[security-fixes]] From 1445cdc625a64f1dad81d1fe49043265578a82b9 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 8 May 2025 10:01:02 +1000 Subject: [PATCH 2/2] Update modules/ROOT/pages/7.9.0-release-notes.adoc Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> --- modules/ROOT/pages/7.9.0-release-notes.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/7.9.0-release-notes.adoc b/modules/ROOT/pages/7.9.0-release-notes.adoc index ef9394234e..de7f71b978 100644 --- a/modules/ROOT/pages/7.9.0-release-notes.adoc +++ b/modules/ROOT/pages/7.9.0-release-notes.adoc @@ -156,9 +156,9 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a === Japanese keyboard could insert content while the editor was in `readonly` mode // #TINY-11363 -In previous versions of {productname}, an issue was identified where the editor permitted content insertion via IME (Input Method Editor) input, such as using a Japanese keyboard even when the editor was configured with `readonly: true`. This behavior allowed users to bypass standard input restrictions, potentially compromising content protection and data integrity. +In previous versions of {productname}, an issue was identified where the editor permitted content insertion via IME (Input Method Editor) input, such as using a Japanese keyboard even when the editor was configured with `readonly: true`. -With the release of {productname} {release-version}, this issue has been addressed by implementing event handlers that intercept and block IME-related input events and their default behaviors while in read-only mode. This enhancement ensures that the readonly setting is strictly enforced, preventing content modifications from all input sources, including IME. As a result, data integrity is preserved, and the editor's reliability in multilingual environments is significantly improved. +With the release of {productname} {release-version}, this issue has been addressed by implementing event handlers that intercept and block IME-related input events and their default behaviors while in read-only mode. This enhancement ensures that the readonly setting is strictly enforced, preventing content modifications from all input sources, including IME. [[security-fixes]]