Skip to content

Commit e5aaf24

Browse files
abhinavgandhamkemister85ShiridiGandham
authored
DOC-3151: Japanese keyboard could insert content while the editor was in readonly mode (#3719)
* DOC-3151: Japanese keyboard could insert content while the editor was in readonly mode * Update modules/ROOT/pages/7.9.0-release-notes.adoc Co-authored-by: shirqa <[email protected]> --------- Co-authored-by: Karl Kemister-Sheppard <[email protected]> Co-authored-by: shirqa <[email protected]>
1 parent b3b817f commit e5aaf24

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,12 @@ In previous versions of {productname}, the "lock aspect ratio" button in the `Co
211211

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

214+
=== Japanese keyboard could insert content while the editor was in `readonly` mode
215+
// #TINY-11363
216+
217+
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`.
218+
219+
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.
214220

215221
=== Editor did not scroll into viewport on receiving focus on Chrome and Safari.
216222
// #TINY-12017

0 commit comments

Comments
 (0)