Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Japanese Input is possible in read-only mode #1699

Closed
mrdavid opened this issue Nov 26, 2013 · 2 comments
Closed

Japanese Input is possible in read-only mode #1699

mrdavid opened this issue Nov 26, 2013 · 2 comments

Comments

@mrdavid
Copy link

mrdavid commented Nov 26, 2013

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:

image

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:

editor.setReadOnly(true)

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.

@nightwing
Copy link
Member

This was a bug in older version,
fixed in http://ace.c9.io/kitchen-sink.html now.
Thanks for reporting.

@mrdavid
Copy link
Author

mrdavid commented Nov 29, 2013

Thanks! I've upgraded to the latest version and everything works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants