You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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.
The text was updated successfully, but these errors were encountered:
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.
Steps To Reproduce
123 Main St
(top floor)
Draper, UT, 84020
US
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
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
The text was updated successfully, but these errors were encountered: