Closed
Bug 1657351
Opened 4 years ago
Closed 4 years ago
The selected theme is reset if you navigate back to the about:welcome page and select the `Not now` option
Categories
(Firefox :: Messaging System, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1654122
People
(Reporter: cmuresan, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
[Affected versions]:
- Firefox Beta 80.0b3, Build ID 20200803045446
- Firefox Nightly 81.0a1, Build ID 20200803094100
[Affected Platforms]:
- Windows 10
- macOS 10.15
- Linux MX 4.19
[Steps to reproduce]:
- Open Firefox Beta with a clean new profile.
- Navigate to the 3rd slide of the onboarding.
- Select a theme that is the opposite of the default OS theme (light if OS dark, dark if OS light).
- Click the
Save Theme
button. - Click the Browser's
Back
button and select theNot now
option. - Observe the behavior.
[Expected results]:
- The theme set at Step 3 is kept.
[Actual results]:
- The theme is reset to
Automatic
.
[Notes]:
- Attached a screen recording of the issue.
Comment 1•4 years ago
•
|
||
This is a known issue and related to bug 1654122. Current implementation of 'Choose a look' screen, install theme during live preview when user clicks on a theme option. Click of 'Not Now' revert installed theme to default system theme.
To handle edge cases such as back navigation after installing theme, we need to read any previously installed theme on theme screen load and use it to highlight previously installed theme and revert to previously installed theme on click of 'Not Now'.
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•