[GH-ISSUE #640] [Chrome Android] Autofill fills password into user field #13493

Closed
opened 2026-04-14 23:09:32 -05:00 by GiteaMirror · 9 comments
Owner

Originally created by @quthla on GitHub (Oct 25, 2019).
Original GitHub issue: https://github.com/bitwarden/android/issues/640

Originally assigned to: @mpbw2 on GitHub.

Autofill (not accessibility) fills password into user field in Chrome on Android

https://www.paypal.com/signin
https://accounts.google.com/

Maybe this needs to be tracked upstream too?

Originally created by @quthla on GitHub (Oct 25, 2019). Original GitHub issue: https://github.com/bitwarden/android/issues/640 Originally assigned to: @mpbw2 on GitHub. Autofill (not accessibility) fills password into user field in Chrome on Android https://www.paypal.com/signin https://accounts.google.com/ Maybe this needs to be tracked upstream too?
Author
Owner

@kspearrin commented on GitHub (Oct 25, 2019):

For whatever reason, the InputType of this email field is:

Android.Text.InputTypes.ClassText | Android.Text.InputTypes.DatetimeVariationDate | Android.Text.InputTypes.TextVariationPassword | Android.Text.InputTypes.TextVariationShortMessage

We treat input types with TextVariationPassword as a password field.

<!-- gh-comment-id:546443778 --> @kspearrin commented on GitHub (Oct 25, 2019): For whatever reason, the `InputType` of this email field is: `Android.Text.InputTypes.ClassText | Android.Text.InputTypes.DatetimeVariationDate | Android.Text.InputTypes.TextVariationPassword | Android.Text.InputTypes.TextVariationShortMessage` We treat input types with `TextVariationPassword` as a password field.
Author
Owner

@quthla commented on GitHub (Oct 25, 2019):

It's obviously wrong then. No such issue in Firefox Preview (again).

I assume this must be tracked upstream too.

<!-- gh-comment-id:546476919 --> @quthla commented on GitHub (Oct 25, 2019): It's obviously wrong then. No such issue in Firefox Preview (again). I assume this must be tracked upstream too.
Author
Owner

@Rollk1 commented on GitHub (Nov 4, 2019):

Same issue here.

<!-- gh-comment-id:549503514 --> @Rollk1 commented on GitHub (Nov 4, 2019): Same issue here.
Author
Owner

@quthla commented on GitHub (Mar 1, 2020):

It works fine with LastPass and EnPass.

Maybe @mportune-bw is able to fix this?

<!-- gh-comment-id:593105482 --> @quthla commented on GitHub (Mar 1, 2020): It works fine with LastPass and EnPass. Maybe @mportune-bw is able to fix this?
Author
Owner

@perariontaeadastra commented on GitHub (May 28, 2020):

+1. Brave, Chrome... same story

<!-- gh-comment-id:635012433 --> @perariontaeadastra commented on GitHub (May 28, 2020): +1. Brave, Chrome... same story
Author
Owner

@quthla commented on GitHub (Dec 28, 2020):

@mportune-bw @kspearrin Still an issue on Amazon, PayPal etc with native autofill service

@fmeum sorry for mentioning you again but is this also an issue with your password manager or is it only an issue with Bitwarden?

<!-- gh-comment-id:751680563 --> @quthla commented on GitHub (Dec 28, 2020): @mportune-bw @kspearrin Still an issue on Amazon, PayPal etc with native autofill service @fmeum sorry for mentioning you again but is this also an issue with your password manager or is it only an issue with Bitwarden?
Author
Owner

@fmeum commented on GitHub (Dec 28, 2020):

At least for https://accounts.google.com and https://paypal.com/signin the input type of the Autofill node is 0xD1, which corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_WEB_EMAIL_ADDRESS. This appears to be a Bitwarden-specific issue.

<!-- gh-comment-id:751732122 --> @fmeum commented on GitHub (Dec 28, 2020): At least for https://accounts.google.com and https://paypal.com/signin the input type of the Autofill node is `0xD1`, which corresponds to `TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_WEB_EMAIL_ADDRESS`. This appears to be a Bitwarden-specific issue.
Author
Owner

@quthla commented on GitHub (Dec 28, 2020):

Thanks once again.

@kspearrin is there any chances getting this fixed and closing this issue then after more than a year maybe? Would be really great.

<!-- gh-comment-id:751755342 --> @quthla commented on GitHub (Dec 28, 2020): Thanks once again. @kspearrin is there any chances getting this fixed and closing this issue then after more than a year maybe? Would be really great.
Author
Owner

@eliykat commented on GitHub (Apr 29, 2021):

Thanks for reporting this issue. Autofill problems can affect different sites, apps, or devices, and we’re working on improving this feature. To help us track and analyze affected sites, please lodge a report using the Google Form mentioned in this issue: #1389. Please also direct any discussion or questions to that issue. This issue will now be closed.

<!-- gh-comment-id:829701867 --> @eliykat commented on GitHub (Apr 29, 2021): Thanks for reporting this issue. Autofill problems can affect different sites, apps, or devices, and we’re working on improving this feature. To help us track and analyze affected sites, please lodge a report using the Google Form mentioned in this issue: #1389. Please also direct any discussion or questions to that issue. This issue will now be closed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#13493