bitwarden / clients

Bitwarden client apps (web, browser extension, desktop, and cli).
https://bitwarden.com
Other
9.3k stars 1.25k forks source link

Autofill multi-line street address mishandled #10863

Open mheins57 opened 2 months ago

mheins57 commented 2 months ago

Steps To Reproduce

  1. In your vault, create a test identity with more than one line for the street address. In my case, I used the following address: 123 Main St (top floor) Draper, UT, 84020 US
  2. In browser, navigate to a page with a name and address form which supports a second line of street address. Fill in the address info from the test identity and observe the results.

Expected Result

The first line of street address on the form should receive the first line of street address in the test identity, e.g. "123 Main St" The second line of street address on the form should receive the second line in the identity, e.g. "(top floor)"

Actual Result

Both street address lines on the form receive the same concatenation of the two address lines in the identity, e.g.:

123 Main St (top floor) 123 Main St (top floor)

which is incorrect.

Screenshots or Videos

Bitwarden-bug1

Additional Context

No response

Operating System

macOS

Operating System Version

Sonoma 14.6.1 (23G93)

Web Browser

Chrome

Browser Version

128.0.6613.114 (Official Build) (arm64)

Build Version

2024.8.1

Issue Tracking Info

jtodddd commented 2 months ago

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!