Open
Bug 1702141
Opened 4 years ago
Updated 4 years ago
The URL for imported logins which contain at least 2 URLs will be the first one followed by part of the second
Categories
(Firefox :: about:logins, defect, P3)
Tracking
()
NEW
People
(Reporter: mheres, Unassigned)
References
Details
Attachments
(1 file)
783.57 KB,
image/gif
|
Details |
[Affected Versions]:
- Firefox Beta 88.0b4 (Build ID: 20210328185936)
- Firefox Nightly 89.0a1 (Build ID: 20210330215136)
[Affected Platforms]:
- Linux Mint 20
- Windows 10
- macOS 10.15.7
[Prerequisites]:
- Have a CSV file created by a password manager which allows for a login to have more than 1 URL (e.g. Bitwarden).
- Have Firefox open.
[Steps to reproduce]:
- Navigate to “about:logins”.
- Click the meatball menu button (“...”).
- Choose the “Import from a File...” option.
- Choose the CSV file from prerequisites and import it.
- Open the entry for the login which had 2 URLs and observe its URL.
[Expected result]:
- Only one (the first?) URL is imported.
[Actual result]:
- The first URL is imported, followed by the delimiting comma and part of the second URL.
[Notes]:
- Attached is a recording of the issue.
Comment 1•4 years ago
|
||
Hrm, I don't think we expected more than one URL in the URL field. But we should be able to split on /[,\s;]+/ and just use the first value.
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•