Nova address bar's rounded ends are thicker and blurrier than before (on Windows?)
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr140 | --- | unaffected |
| firefox-esr153 | --- | unaffected |
| firefox152 | --- | unaffected |
| firefox153 | --- | unaffected |
| firefox154 | --- | fixed |
| firefox155 | --- | fixed |
People
(Reporter: cpeterson, Assigned: nical)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(6 files)
Nical and Drew: this Nova bug is a regression from border bug 2051358. I bisected to this autoland push:
Steps to reproduce
- Enable
browser.nova.enabledpref. - Open a new tab and focus the address bar.
- Maximize the browser window! (I'm testing on Windows 11.) The bug is not reproducible in a non-maximized window.
- Make sure you DO NOT have the legacy search bar! Adding the legacy search bar makes this bug go away.
- Look at the address bar's rounded ends.
Actual result
The address bar's rounded ends are thicker and blurrier than the address bar's thin horizontal lines. See the attached screenshots.
| Reporter | ||
Comment 1•1 month ago
|
||
Expected result
The address bar's rounded ends should be as thin and crisp as the address bar's thin horizontal lines.
Comment 2•1 month ago
•
|
||
Nice catch, thanks Chris. We're not doing anything unusual here in the front-end, and given the regressing bug, I feel pretty safe in saying this is a graphics bug.
We did make a change to this border recently in bug 2053381, but it's just a normal border.
Comment 3•1 month ago
|
||
Here's a Windows 11 low-DPI zoomed-in screenshot that shows the same thing as Chris's screenshot, just a little more clearly in case it helps.
| Reporter | ||
Comment 4•1 month ago
|
||
FWIW, Nova's rounded border looks the same in 153 and 154 on macOS.
Why the difference between Windows and macOS? I haven't tested Linux.
| Reporter | ||
Updated•1 month ago
|
Comment 5•1 month ago
|
||
FWW, I see a very similar issue on one of my websites on macOS and also found bug 2051358 as the cause. I filed bug 2056021.
| Assignee | ||
Updated•1 month ago
|
| Assignee | ||
Comment 6•1 month ago
|
||
The solid corners don't use render tasks so they don't need to be considered when picking the largest task side.
Comment 9•1 month ago
|
||
| bugherder | ||
Comment 10•1 month ago
|
||
The patch landed in nightly and beta is affected.
:nical, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox154towontfix.
For more information, please visit BugBot documentation.
Comment 11•1 month ago
|
||
Set release status flags based on info from the regressing bug 2051358
| Reporter | ||
Comment 12•1 month ago
|
||
statis-firefox154 = wontfix
Nova is preffed off in 154, so there is no need to uplift this fix from Nightly 155 to Beta 154.
Comment 13•1 month ago
•
|
||
Nova is preffed off in 154, so there is no need to uplift this fix from Nightly 155 to Beta 154.
It's a platform bug and not related to Nova. Maybe Nova triggered it for the Firefox interface, but websites can be affected as well, see bug 2056021.
Comment 14•1 month ago
|
||
Restoring the needinfo? request for the reason mentioned in comment 13.
| Assignee | ||
Comment 15•1 month ago
|
||
The solid corners don't use render tasks so they don't need to be considered when picking the largest task side.
Original Revision: https://phabricator.services.mozilla.com/D313045
Updated•1 month ago
|
Comment 16•1 month ago
|
||
firefox-beta Uplift Approval Request
- User impact if declined/Reason for urgency: Visual correctness issue
- Code covered by automated testing?: yes
- Fix verified in Nightly?: yes
- Needs manual QE testing?: no
- Steps to reproduce for manual QE testing:
- Risk associated with taking this patch: low
- Explanation of risk level: Simple patch
- String changes made/needed?: None.
- Is Android affected?: yes
Updated•1 month ago
|
Updated•1 month ago
|
Comment 17•1 month ago
|
||
| uplift | ||
| Assignee | ||
Updated•1 month ago
|
Description
•