Skip to content

Commit ab678dc

Browse files
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
1 parent 8e4236e commit ab678dc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,12 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
153153

154154
{productname} {release-version} also includes the following bug fix<es>:
155155

156-
// === <TINY-vwxyz 1 changelog entry>
157-
// #TINY-vwxyz1
156+
=== Japanese keyboard could insert content while the editor was in `readonly` mode
157+
// #TINY-11363
158158

159-
// CCFR here.
159+
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.
160+
161+
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.
160162

161163

162164
[[security-fixes]]

0 commit comments

Comments
 (0)