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

[BUG]: Autofill works only for Password field (Firefox) #366

Open
formeo14 opened this issue Dec 17, 2024 · 0 comments
Open

[BUG]: Autofill works only for Password field (Firefox) #366

formeo14 opened this issue Dec 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@formeo14
Copy link

What happened?

In Firefox, the autofill functionality works correctly for the password field on Cosmos login pages, but it does not work for the username field. Additionally, this issue is reproducible when using Bitwarden on both mobile and desktop platforms. Users are unable to autofill their username, leading to a suboptimal user experience as they must manually enter their username each time they log in, while the password is automatically filled.

What should have happened?

Both the username and password fields should be autofilled when saved credentials are available, regardless of the browser or password manager being used.

How to reproduce the bug?

  1. Open Firefox on desktop or mobile and navigate to a Cosmos login page.
  2. Observe that the password field is automatically filled if the user has saved credentials.
  3. Notice that the username field remains empty, even though saved credentials are available.
  4. Repeat the test using Bitwarden on both mobile and desktop platforms.
  5. Confirm that Bitwarden is unable to autofill the username field, while the password field is filled correctly.

Relevant log output

<input aria-invalid="false" id="nickname-login" name="nickname" placeholder="Enter your nickname" type="nickname" class="MuiInputBase-input MuiOutlinedInput-input css-9qsxsj" value="">

Other details

I think the name has to be name="username"
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete

System details

  • OS: Android; Windows; Linux
  • Browser Firefox; Fennec;
  • Version 17.1
@formeo14 formeo14 added the bug Something isn't working label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant