No error is displayed when importing an empty HTML file
Categories
(Firefox :: Migration, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox114 | --- | unaffected |
firefox115 | --- | wontfix |
firefox116 | --- | verified |
People
(Reporter: atrif, Assigned: mconley)
References
(Depends on 1 open bug, Blocks 2 open bugs)
Details
Attachments
(3 files)
Found in
- 115.0b2
Affected versions
- 116.0a1 (2023-06-07)
- 115.0b2
Tested platforms
- Affected platforms: Windows10 x64, Ubuntu 20.04, macOS 12
- Unaffected platforms: none
Preconditions
- browser.migrate.content-modal.enabled: true
- empty .html file
Steps to reproduce
- Open the new migration window and select
Bookmarks from HTML file
. - Import an emty .html file.
Expected result
Actual result
- Bookmarks imported Successfully message is displayed.
Regression range
- Not a regression, it started happening with the implementation of Bookmark importing from HTML files (bug 1833427).
Additional notes
- Attached a screen recording.
Comment 1•2 years ago
|
||
:atrif, if you think that's a regression, could you try to find a regression range using for example mozregression?
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
The spec calls for a special-case in the event that file migration
ever fails - the wizard should be sent back to the selection page,
have the associated file migrator still set in the dropdown, and
show an error message.
A later patch in this series will add such an error message for
the bookmarks file migrator.
Depends on D180458
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
|
||
An earlier patch in the series makes the error message appear in the
migration wizard on the selection page.
Depends on D180490
Comment 5•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/495fb1f0b390
https://hg.mozilla.org/mozilla-central/rev/7c7141d4f489
Comment 6•2 years ago
|
||
The patch landed in nightly and beta is affected.
:mconley, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox115
towontfix
.
For more information, please visit BugBot documentation.
Comment 7•2 years ago
|
||
Issue is verified-fixed on build provided on treeherder.
Assignee | ||
Comment 8•2 years ago
|
||
The patch includes a string change, so no, I don't think this should uplift.
Description
•