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

Quill prevents backspace keyboard events #548

Closed
gjbkz opened this issue Dec 13, 2015 · 1 comment
Closed

Quill prevents backspace keyboard events #548

gjbkz opened this issue Dec 13, 2015 · 1 comment

Comments

@gjbkz
Copy link

gjbkz commented Dec 13, 2015

Quill prevents backspace keydown events. It causes trouble when an user inputs non-alphabetical characters.

For example, the below is a typical flow of inputting 天麩羅 (tempura)

  1. type t-e-n-p-u-r-a
  2. pick 天麩羅 from the suggested words

Until 2, system buffers the typed characters. If backspace events are cancelled, it can't clear the buffer and users can't correct the word before picking.

Can you stop preventing backspace events?

sample

@jhchen
Copy link
Member

jhchen commented Dec 13, 2015

Overwriting backspace is necessary for other features to work. We'll come back to this when we do more on internationalizing Quill.

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

No branches or pull requests

2 participants