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

[mobile] disable autocomplete to ensure key event support #3202

Closed
wants to merge 1 commit into from
Closed

[mobile] disable autocomplete to ensure key event support #3202

wants to merge 1 commit into from

Conversation

mtaran-google
Copy link
Contributor

See https://code.google.com/p/chromium/issues/detail?id=118639#c209

You may have a better place to put this, or want to gate it on being Chrome, etc.

See the last notes https://code.google.com/p/chromium/issues/detail?id=118639

You may have a better place to put this, or want to gate it on being Chrome, etc.
@marijnh
Copy link
Member

marijnh commented Apr 13, 2015

Could you elaborate on the problem that is being solved by this? In principle, the editor should be able to handle compose events.

@mtaran-google
Copy link
Contributor Author

I believe the original issue was that Chrome on Android would send the backspace key event but would not fill in the key code properly. It'd probably be easy to test it out when the next Android Chrome beta comes out, since I'm not sure if this will actually be an issue.

@marijnh
Copy link
Member

marijnh commented Apr 13, 2015

Turning off autocomplete seems like a very indirect and complication-prone way to address this. So yeah, I'd prefer to test first and only go ahead if the problem persists.

@marijnh
Copy link
Member

marijnh commented Jul 31, 2015

Closing this due to lack of response, feel free to comment/reopen if new information is available.

@marijnh marijnh closed this Jul 31, 2015
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

Successfully merging this pull request may close these issues.

None yet

2 participants