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

Google Autofill bug #50

Open
hotgen opened this issue Jul 25, 2024 · 2 comments
Open

Google Autofill bug #50

hotgen opened this issue Jul 25, 2024 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@hotgen
Copy link

hotgen commented Jul 25, 2024

Describe the bug
When I select one of the options in Google Autofill, an exception occurs:

keystrokes.umd.cjs:1 Uncaught TypeError: Cannot read properties of undefined (reading 'toLowerCase')
    at g._handleKeyPress (keystrokes.umd.cjs:1:9512)
    at eval (keystrokes.umd.cjs:1:8962)
    at HTMLDocument.e (keystrokes.umd.cjs:1:1273)
_handleKeyPress @ keystrokes.umd.cjs:1
eval @ keystrokes.umd.cjs:1
e @ keystrokes.umd.cjs:1

keystrokes.umd.cjs:1 Uncaught TypeError: Cannot read properties of undefined (reading 'toLowerCase')
    at g._handleKeyRelease (keystrokes.umd.cjs:1:10240)
    at eval (keystrokes.umd.cjs:1:9020)
    at HTMLDocument.e (keystrokes.umd.cjs:1:1523)

To Reproduce
Here is the Codesandbox. You should have some Autofill options for "username" input:
https://codesandbox.io/p/sandbox/vibrant-curran-5zvtfw

Expected behavior
No errors.

@RobertWHurst
Copy link
Owner

RobertWHurst commented Sep 19, 2024

Odd. Not sure why this is. If anyone has the time to debug it would be apricated.

@RobertWHurst RobertWHurst added the help wanted Extra attention is needed label Sep 19, 2024
@Paul2803k
Copy link

I have been having the same issue! I may try to take a look at some point next month :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants