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

Autofill multi-line street address mishandled #10863

Closed
1 task done
mheins57 opened this issue Sep 3, 2024 · 1 comment · Fixed by #11824
Closed
1 task done

Autofill multi-line street address mishandled #10863

mheins57 opened this issue Sep 3, 2024 · 1 comment · Fixed by #11824
Labels
browser Browser Extension bug

Comments

@mheins57
Copy link

mheins57 commented Sep 3, 2024

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

  • I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
@mheins57 mheins57 added browser Browser Extension bug labels Sep 3, 2024
@jtodddd
Copy link

jtodddd commented Sep 4, 2024

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!

@differsthecat differsthecat linked a pull request Nov 1, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser Browser Extension bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants