Migration wizard remains in infinite loading when importing .HTML or .CSV files even if the data is successfully imported
Categories
(Firefox :: Migration, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox-esr115 | --- | unaffected |
firefox114 | --- | unaffected |
firefox115 | --- | unaffected |
firefox116 | --- | verified |
People
(Reporter: gmoldovan, Assigned: mconley)
References
(Blocks 2 open bugs, Regression)
Details
(Keywords: regression)
Attachments
(2 files)
Found in
- Nightly 116.0a1
Affected versions
- 116.0a1 (20230621040008)
Tested platforms
Affected platforms:
- Ubuntu 22
- Windows 10
- macOS 10.14
Preconditions
- Ensure “signon.management.page.fileImport.enabled" is set on True in about:config.
- have a valid csv file with exported passwords from any browser
Steps to reproduce
- Open Firefox and choose to import Passwords from CSV file.
- Select the file from the preconditions.
Expected result
The import is successful.
Actual result
The import does not complete, it remains in progress in an infinite loop.
Notes
- Screenshot attached
Reporter | ||
Updated•1 year ago
|
Reporter | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
In bug 1836555, we changed the progress update messages from MigrationWizardParent
from being a binary "in progress" and "not in progress" to a series of possible
values defined under MigrationWizardConstants.PROGRESS_VALUE.
We forgot to update the file migrators to use this, and they were still using
the old inProgress
flag. This means that the migration occurred, but progress
updates weren't properly displayed.
We had a test for this, but the test was actually broken - it was querying for
the progress groups using a broken query selector. I've fixed the test, added
an additional check to ensure that the progress icons are in the completed
state, and confirmed that the test fails without the fix, and passes with it.
Comment 2•1 year ago
|
||
Set release status flags based on info from the regressing bug 1836555
Comment 4•1 year ago
|
||
bugherder |
Reporter | ||
Comment 5•1 year ago
|
||
Verified as fixed on the latest Nightly build (20230623092529) using Windows 10, Ubuntu 22.04 and macOS 12. The migration wizard no longer remains in infinite loading when importing .HTML or .CSV files.
Comment 6•1 year ago
|
||
Set release status flags based on info from the regressing bug 1836555
Description
•