Closed
Bug 1787783
Opened 3 years ago
Closed 3 years ago
The "userEnabledActiveColorway" targeting parameter from the ASRouter page has no value if a custom theme is enabled
Categories
(Firefox :: Messaging System, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox104 | --- | unaffected |
firefox105 | --- | unaffected |
firefox106 | --- | verified |
People
(Reporter: mcoman, Assigned: mviar)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
[Affected versions]:
- Firefox Nightly 106.0a1 - Build ID: 20220829094551
[Affected Platforms]:
- Windows 10 x64
- macOS 11.6.5
- Linux Mint 20.2 x64
[Prerequisites]:
- Have the "browser.newtabpage.activity-stream.asrouter.devtoolsEnabled" pref set to "true" in the "about:config" page.
- Have a custom theme enabled from "about:addons>Themes".
[Steps to reproduce]:
- Open the browser with the profile from the prerequisites.
- Navigate to the "about:newtab#asrouter" page and select the "Targeting" section.
- Search for the "userEnabledActiveColorway" parameter and observe the displayed value.
[Expected result]:
- The "userEnabledActiveColorway" parameter is set to "false".
[Actual result]:
- The "userEnabledActiveColorway" targeting parameter from the ASRouter page has no value.
[Additional Notes]:
- If a colorway theme is applied the "userEnabledActiveColorway" parameter is set to "true".
- If a browser default theme is applied the "userEnabledActiveColorway" parameter is set to "false".
- Attached a screen recording of the issue.
Assignee | ||
Comment 1•3 years ago
•
|
||
Functionally this is fine, but the return value should be converted to a boolean for consistency.
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → mviar
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Iteration: --- → 106.1 - Aug 22 - Sept 2
Priority: -- → P1
Pushed by mviar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4a071b884af5
return boolean for userEnabledActiveColorway targeting param r=emcminn
Comment 4•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
Reporter | ||
Comment 5•3 years ago
|
||
I have verified that this issue is no longer reproducible with the latest Firefox Nightly (106.0a1 Build ID - 20220829214526) installed on Windows 10 x64, macOS 11.6.5, and Linux Mint 20.2 x64. Now, I can confirm that the "userEnabledActiveColorway" targeting parameter is set to "false" if a custom theme is enabled.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•