[GH-ISSUE #2875] Wrong "save password" dialogue when using OurGroceries App #27654

Closed
opened 2026-04-18 11:10:21 -05:00 by GiteaMirror · 5 comments
Owner

Originally created by @mucsushifish on GitHub (Nov 20, 2023).
Original GitHub issue: https://github.com/bitwarden/android/issues/2875

Steps To Reproduce

When adding list items in the app "OurGroceries", Bitwarden apps opens the "Save this password?" overlay. OurGroceries is a shopping list app, the list items are not passwords or anything which should trigger a Bitwarden password-save dialogue.

Expected Result

Adding list items should not open the Bitwarden Save Overlay.

Actual Result

When adding list items to a shopping list, Bitwarden asks if password shoudl be saved as a new entry.

Screenshots or Videos

No response

Additional Context

The support from OurGroceries confirmed that other users have reported the same behavoir to them. They claim it is an issue of Bitwarden, not OurGroceries.
Behavior changed recently (last 2-3 months), not sure which update (Android, Bitwarden, OurGroceries) triggered it.

Operating System

Android

Operating System Version

Android 14, pateches Nov 2023

Device

Pixel 5

Build Version

2023.10.0

Beta

  • Using a pre-release version of the application.
Originally created by @mucsushifish on GitHub (Nov 20, 2023). Original GitHub issue: https://github.com/bitwarden/android/issues/2875 ### Steps To Reproduce When adding list items in the app "OurGroceries", Bitwarden apps opens the "Save this password?" overlay. OurGroceries is a shopping list app, the list items are not passwords or anything which should trigger a Bitwarden password-save dialogue. ### Expected Result Adding list items should not open the Bitwarden Save Overlay. ### Actual Result When adding list items to a shopping list, Bitwarden asks if password shoudl be saved as a new entry. ### Screenshots or Videos _No response_ ### Additional Context The support from OurGroceries confirmed that other users have reported the same behavoir to them. They claim it is an issue of Bitwarden, not OurGroceries. Behavior changed recently (last 2-3 months), not sure which update (Android, Bitwarden, OurGroceries) triggered it. ### Operating System Android ### Operating System Version Android 14, pateches Nov 2023 ### Device Pixel 5 ### Build Version 2023.10.0 ### Beta - [ ] Using a pre-release version of the application.
GiteaMirror added the bug label 2026-04-18 11:10:21 -05:00
Author
Owner

@Krychaz commented on GitHub (Nov 20, 2023):

Hi there,

Thank you for your report!

I was able to reproduce this issue, and I have flagged this to our engineering team.

If you wish to add any further information/screenshots/recordings etc., please feel free to do so at any time - our engineering team will be happy to review these.

Thanks once again!

<!-- gh-comment-id:1819294479 --> @Krychaz commented on GitHub (Nov 20, 2023): Hi there, Thank you for your report! I was able to reproduce this issue, and I have flagged this to our engineering team. If you wish to add any further information/screenshots/recordings etc., please feel free to do so at any time - our engineering team will be happy to review these. Thanks once again!
Author
Owner

@lkesteloot commented on GitHub (Jan 9, 2024):

Hello, I'm one of the developers of the OurGroceries app. Here's the text field that's triggering Bitwarden:

        <EditText
            android:layout_height="wrap_content"
            android:lines="1"
            android:layout_width="wrap_content"
            android:hint="@string/add_item_ItemNameHint"
            android:id="@+id/add_item_ItemName"
            android:inputType="text|textFilter"
            android:layout_weight="1"
            android:layout_marginTop="2dp"
            android:imeActionLabel="@string/add_item_KeyboardAction"
            android:imeOptions="actionNone|flagNoExtractUi"
            android:importantForAutofill="no"
            />

Note the last attribute. Let me know if there are any other attributes that might help disable Bitwarden's activity here.

<!-- gh-comment-id:1883935124 --> @lkesteloot commented on GitHub (Jan 9, 2024): Hello, I'm one of the developers of the OurGroceries app. Here's the text field that's triggering Bitwarden: ```xml <EditText android:layout_height="wrap_content" android:lines="1" android:layout_width="wrap_content" android:hint="@string/add_item_ItemNameHint" android:id="@+id/add_item_ItemName" android:inputType="text|textFilter" android:layout_weight="1" android:layout_marginTop="2dp" android:imeActionLabel="@string/add_item_KeyboardAction" android:imeOptions="actionNone|flagNoExtractUi" android:importantForAutofill="no" /> ``` Note the last attribute. Let me know if there are any other attributes that might help disable Bitwarden's activity here.
Author
Owner

@lkesteloot commented on GitHub (Mar 26, 2024):

In our latest release we added this attribute to the EditText widget:

android:autofillHints="notApplicable"

and it didn't help.

<!-- gh-comment-id:2020980349 --> @lkesteloot commented on GitHub (Mar 26, 2024): In our latest release we added this attribute to the `EditText` widget: ``` android:autofillHints="notApplicable" ``` and it didn't help.
Author
Owner

@vvolkgang commented on GitHub (Jun 20, 2024):

Issue migrated to https://github.com/bitwarden/mobile/issues/2875

<!-- gh-comment-id:2181385799 --> @vvolkgang commented on GitHub (Jun 20, 2024): Issue migrated to https://github.com/bitwarden/mobile/issues/2875
Author
Owner

@lkesteloot commented on GitHub (Mar 2, 2026):

This issue was migrated to the "mobile" repo, but that repo was then archived. Since this is a reproducible bug that's still affecting our users, can you re-open this one?

<!-- gh-comment-id:3987607523 --> @lkesteloot commented on GitHub (Mar 2, 2026): This issue was migrated to the "mobile" repo, but that repo was then archived. Since this is a reproducible bug that's still affecting our users, can you re-open this one?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#27654