Closed
Bug 1626779
Opened 5 years ago
Closed 5 years ago
Wizard page titles are missing in e.g. migration wizard after the changes from bug 1608197
Categories
(Firefox :: Migration, defect, P1)
Firefox
Migration
Tracking
()
VERIFIED
FIXED
Firefox 76
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox74 | --- | unaffected |
firefox75 | --- | unaffected |
firefox76 | --- | verified |
People
(Reporter: Gijs, Assigned: Gijs)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
This is because if the wizard includes fluent and trips document.l10n
creation, we end up trying to use fluent for the headers. If there's no fluent attribute on the wizardpage, we clear the label - but we shouldn't be doing that if there was never a fluent ID on there in the first place. We probably also shouldn't early-return after calling _adjustFluentHeaders
.
Assignee | ||
Updated•5 years ago
|
status-firefox74:
--- → unaffected
status-firefox75:
--- → unaffected
status-firefox-esr68:
--- → unaffected
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/51ec9f7a372a
fix wizard page header handling so it copes with non-fluent labels, r=mconley
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 76
Comment 4•5 years ago
|
||
Verified fixed as part of PI 551; tested with Nightly 77 across platforms (Windows 10, macOS 10.15 and Ubuntu 18.04).
Status: RESOLVED → VERIFIED
Updated•5 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•