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

The app can't input Chinese, Japanese etc. #59

Closed
izuolan opened this issue Feb 5, 2017 · 7 comments
Closed

The app can't input Chinese, Japanese etc. #59

izuolan opened this issue Feb 5, 2017 · 7 comments
Labels
bug Something isn't working help wanted Complex issue or we don't know how to fix it

Comments

@izuolan
Copy link

izuolan commented Feb 5, 2017

Because the auto save break the input method.

Normal Input :

@korelstar
Copy link
Member

Do you think this issue can be solved, if auto-save is only called after a certain timeout (e.g. 2 seconds) after the last input typed?

@korelstar korelstar added the bug Something isn't working label Mar 18, 2017
@izuolan
Copy link
Author

izuolan commented Mar 18, 2017

Don‘t interrupt author input when note auto-save. So I think timeout(Interval) cannot fix this problem.

@HuidaeCho
Copy link

HuidaeCho commented Apr 2, 2017

I cannot type Korean either. Is it possible to add a setting where you can disable auto-saving and don't interrupt user typing? I didn't have this problem before when there was no support for Markdown. Probably, it's an issue in the Markdown library? Maybe, two settings: 1. No auto-saving, 2. Plain text without Markdown (previous version of the app).

@Acris
Copy link

Acris commented Jun 30, 2017

Maybe this bug is come form Ace, see nextcloud/files_texteditor#44

@jancborchardt jancborchardt added the help wanted Complex issue or we don't know how to fix it label Jun 5, 2018
@jancborchardt
Copy link
Member

We should actually support this, but have to find a proper way to handle this.

@izuolan @HuidaeCho is it possible for the Notes app to know that an input help like this is used? Because then we could halt the saving as long as the popover is open.

Also, is it not possible to save without messing with the popover? cc @nextcloud/notes

@izuolan also, what is that editor you showed where the input works and it autosaves? And how does it do that?

@jancborchardt jancborchardt added this to the 2.4.0 – 🐛 Detail fixes milestone Jun 5, 2018
@izuolan
Copy link
Author

izuolan commented Jun 6, 2018

LOL, This issuse was fixed a few months ago, I don't know what happened. You can close this issue.

@jancborchardt
Copy link
Member

Great, then that's probably because we moved from another editor to SimpleMDE. :) Thanks for letting us know it works now.

@jancborchardt jancborchardt removed this from the 2.4.0 – 🐛 Detail fixes milestone Jun 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Complex issue or we don't know how to fix it
Projects
None yet
Development

No branches or pull requests

5 participants