You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to input Japanese characters into ace even after putting it into read-only mode.
When writing in Japanese, before the actual characters get placed into the text editor (any text editor for that matter), a box appears that lets you chose the correct characters for the word you are typing. See screenshot below:
When selecting one of the suggestions, they get inserted at the current cursor position, even in read-only mode. This can be tested either by visiting http://ace.c9.io/ and setting the demo-editor to read-only-mode through the JavaScript console:
It is possible to input Japanese characters into ace even after putting it into read-only mode.
When writing in Japanese, before the actual characters get placed into the text editor (any text editor for that matter), a box appears that lets you chose the correct characters for the word you are typing. See screenshot below:
When selecting one of the suggestions, they get inserted at the current cursor position, even in read-only mode. This can be tested either by visiting http://ace.c9.io/ and setting the demo-editor to read-only-mode through the JavaScript console:
or with the kitchen-sink referenced in issue #460
https://brionv.com/misc/demo/ace/build/kitchen-sink.html
I have only confirmed this bug on Windows 7 with Chrome, FF and IE so far.
The text was updated successfully, but these errors were encountered: