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

keyup event not fired on Firefox for Android #11231

Closed
nicofrand opened this issue Oct 16, 2017 · 4 comments
Closed

keyup event not fired on Firefox for Android #11231

nicofrand opened this issue Oct 16, 2017 · 4 comments
Labels

Comments

@nicofrand
Copy link

Do you want to request a feature or report a bug?

A bug.

What is the current behavior?

The keyup event is not fired. When using vanilla JS, there is no issue (https://codepen.io/anon/pen/LzggQW).

STR:

  1. On an Android smartphone, ensure both autocompletion and autocorrect are enabled
  2. Open https://codepen.io/anon/pen/xXyaLe in Firefox for Android (it works on desktop and with Chrome for Android)
  3. Type any letter in the input field

What is the expected behavior?

For each alphanumeric char typed an alert should be displayed.

Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?

  • Version used : React 15.6.1
  • Browser : Firefox for Android (56+)
  • Did this work in previous versions of React : I don't know
@yanawaro
Copy link

I encountered this bug too, looks like it triggers on all except [a-z].

@nicofrand
Copy link
Author

I encountered this bug too, looks like it triggers on all except [a-z].

Yup : the autocompletion/autocorrect is only triggered on alphanumeric chars.

@stale
Copy link

stale bot commented Jan 10, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution.

@stale stale bot added the Resolution: Stale Automatically closed due to inactivity label Jan 10, 2020
@stale
Copy link

stale bot commented Jan 19, 2020

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you!

@stale stale bot closed this as completed Jan 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants