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

Name and email fields repeatedly lose focus #77

Open
ryanprior opened this issue Apr 14, 2021 · 2 comments
Open

Name and email fields repeatedly lose focus #77

ryanprior opened this issue Apr 14, 2021 · 2 comments

Comments

@ryanprior
Copy link

What Happened

I typed my name into the "name" field and email into the "email" field. On each keystroke, the field would become un-focused. Pressing tab would bring me back into the field, but with all the text selected. Pressing tab again would not bring me to the next form field.

Other form fields were unaffected / normal. I was still able to complete the form by laboriously entering one character at a time.

Expected Behavior

The field should remain focused as long as I am typing in it, and pressing "tab" should take me to the next field.

Steps to Reproduce

  1. Add item to cart
  2. Go to checkout
  3. Type into name and email fields

Platform Information

Firefox 87 on Elementary OS 5.1

@btkostner
Copy link
Contributor

btkostner commented Apr 14, 2021

Can you press F12, click console, and post any errors you see there please? I'm guessing a JS is causing something weird here.

@ryanprior
Copy link
Author

There's no JavaScript errors on the console.

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

No branches or pull requests

2 participants