Closed Bug 1661010 Opened 4 years ago Closed 4 years ago

The “Firefox Alpenglow” color theme does not extend to the border line between the “Tab Bar” and the displayed page if the “Bookmarks Toolbar” and the “Menu Bar” are enabled

Categories

(Firefox :: Messaging System, defect, P2)

Desktop
All
defect

Tracking

()

VERIFIED FIXED
82 Branch
Iteration:
82.2 - Sep 7 - Sep 20
Tracking Status
firefox80 --- unaffected
firefox81 - verified
firefox82 --- verified

People

(Reporter: romartin, Assigned: dmosedale)

References

(Blocks 3 open bugs)

Details

Attachments

(2 files)

[Notes]:

  • In order to reproduce the issue for some Linux distros, set the browser.tabs.drawinTitlebar pref to true.

[Affected Versions]:

  • Firefox Beta 81.0b1 (Build ID: 20200824150741)
  • Firefox Nightly 82.0a1 (Build ID: 20200824215021)

[Affected Platforms]:

  • Windows 10 (x64)
  • Linux MX 4.19
  • Ubuntu Linux 18.04

[Prerequisites]:

  • Have the “Bookmarks Toolbar” enabled
  • Have the “Menu Bar” enabled.

[Steps to reproduce]:

  1. Start the Firefox Browser with the profile from prerequisites.
  2. Navigate to the “about:welcome” page.
  3. Click the “Start Setup” button.
  4. Click the “Not now” button.
  5. Select “Firefox Alpenglow” theme.
  6. Observe the border line between the displayed page and the “Tab Bar”.

[Expected results]:

  • The “Firefox Alpenglow” theme color extends to the border line between the displayed page and the “Tab Bar”.

[Actual results]:

  • There is a white thick line between the border line and “Tab bar”

[Additional Notes]:

  • The issue is not reproducible on macOS 10.15.
  • The issue is not reproducible on Windows 7 (x64).
  • Attached a screenshot of the issue.
Iteration: --- → 82.1 - Aug 24 - Sep 6
Priority: -- → P2
Assignee: nobody → dmose
Iteration: 82.1 - Aug 24 - Sep 6 → 82.2 - Sep 7 - Sep 20

From what I can tell, this bug seems to be in the theme itself. In particular, when scaled as currently intended, the SVGs aren't quite vertically long enough. I'm think the simplest, least risky solution is simply to extend the SVGs themselves and replace the ones we've got in-tree. There are other things we could do if we had to, such as tweaking the scaling, but that's going to be more complicated, as we'd probably need to do different things depending on which toolbars are shown.

:shorlander, what are your thoughts here?

I'm guessing that if we got this soon enough, we'd probably try and uplift it into 81.

Flags: needinfo?(shorlander)

[Tracking Requested - why for this release]:

81 is the first release with Alpenglow. It would be wonderful if Alpenglow looked polished (as opposed to unfinished) for people who use both the menu and bookmarks toolsbars.

shorlander provided me with new assets; i'll have a look here soon...

Flags: needinfo?(shorlander)

I'll take a low-risk fix, but we're building our final beta of the cycle in a few hours and I don't think this needs tracking ahead of that.

Pushed by dmosedale@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/fcf594b1e61f make Alpenglow theme handle bookmarks + menu bar correctly on win/lin, r=pdahiya
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch

I have verified that the "Firefox Alpenglow" color theme is correctly extended to the border line between "Tab Bar" and the displayed page if the "Bookmarks Toolbar" and the "Menu Bar" are enabled by following the steps provided in the description using Firefox Nightly 82.0a1 (Build ID: 20200913213803) on Windows 10 x64 and Ubuntu Linux 18.04.

Status: RESOLVED → VERIFIED

I'm going to be respinning the Fx81 RC and this seems like a pretty low-risk ride along. Please nominate this for release approval if you want it included.

Flags: needinfo?(dmose)

Comment on attachment 9175041 [details]
Bug 1661010 - make Alpenglow theme handle bookmarks + menu bar correctly on win/lin, r?pdahiya

Beta/Release Uplift Approval Request

  • User impact if declined:

a) When using Alpenglow, new tab button & file menu hard to see in some cases under default Windows theme.

b) When using Alpenglow theme, toolbar looks unpolished/broken in some non-default configurations (menu bar enabled on Windows or Linux)

  • Is this code covered by automated tests?: No
  • Has the fix been verified in Nightly?: Yes
  • Needs manual test from QE?: Yes
  • If yes, steps to reproduce: a) visual contrast bug

[Affected Platforms]:

Windows 7 (x32)
Windows 10 (x64)
Ubuntu Linux 18.04

[Prerequisites]:

Have the OS theme set to “Light”.
Have the “Menu Bar” enabled.

[Steps to reproduce]:

Start the Firefox Browser with the profile from prerequisites.
Navigate to the "about:welcome" page.
Click the “Start Setup” button.
Click the “Not now” button.
Select “Firefox Alpenglow” theme.
Open 10 “New Tab” pages and observe the “Open a new tab” button.
Observe the “File” toolbar button.

[Expected results]:

  1. The “Open a new tab” button is visible.
  2. The “File” toolbar button is visible.

[Actual results]:
6. The “Open a new tab” button is barely visible.
7. The “File” toolbar button is barely visible.

[Notes]:
The issue is also reproducible on Ubuntu Linux 18.04.
The issue is not reproducible on macOS 10.15.
Attached a recording of the issue.

b) Broken-looking toolbar issue

[Notes]:

In order to reproduce the issue for some Linux distros, set the browser.tabs.drawinTitlebar pref to true.

[Affected Versions]:

Firefox Beta 81.0b1 (Build ID: 20200824150741)
Firefox Nightly 82.0a1 (Build ID: 20200824215021)

[Affected Platforms]:

Windows 10 (x64)
Linux MX 4.19
Ubuntu Linux 18.04

[Prerequisites]:

Have the “Bookmarks Toolbar” enabled
Have the “Menu Bar” enabled.

[Steps to reproduce]:

Start the Firefox Browser with the profile from prerequisites.
Navigate to the “about:welcome” page.
Click the “Start Setup” button.
Click the “Not now” button.
Select “Firefox Alpenglow” theme.
Observe the border line between the displayed page and the “Tab Bar”.

[Expected results]:

The “Firefox Alpenglow” theme color extends to the border line between the displayed page and the “Tab Bar”.

[Actual results]:

There is a white thick line between the border line and “Tab bar”

[Additional Notes]:

The issue is not reproducible on macOS 10.15.
The issue is not reproducible on Windows 7 (x64).
Attached a screenshot of the issue.
  • List of other uplifts needed: None
  • Risk to taking this patch: Low
  • Why is the change risky/not risky? (and alternatives if risky): This low risk because it's SVG theme asset changes, so it can't really break much functionality. That said, it's conceivable that it could regress some other theme-related surface. Talked to shorlander (who did the theme changes), and his thought was that the overall risk here is low.
  • String changes made/needed: None
Flags: needinfo?(dmose)
Attachment #9175041 - Flags: approval-mozilla-release?
Flags: qe-verify+

Comment on attachment 9175041 [details]
Bug 1661010 - make Alpenglow theme handle bookmarks + menu bar correctly on win/lin, r?pdahiya

Low-risk polish fix. Approved for 81.0rc2.

Attachment #9175041 - Flags: approval-mozilla-release? → approval-mozilla-release+
QA Whiteboard: [qa-triaged]

I have verified that the "Firefox Alpenglow" color theme is correctly extended to the border line between "Tab Bar" and the displayed page if the "Bookmarks Toolbar" and the "Menu Bar" are enabled by following the steps provided in the description.

I have also verified that the "File" toolbar button and the "Open a new tab" button are visible with the "Light" OS theme enabled by following the steps provided in comment 11, section "a)".

Bothe verifications were done using Firefox RC 81.0 build 2 (Build ID: 20200917005511) on Windows 10 x64 and Ubuntu Linux 18.04.

Flags: qe-verify+
Blocks: 1669045
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: