Closed
Bug 1386643
Opened 6 years ago
Closed 6 years ago
Vibrancy in the titlebar plus tab title fade results in a strangely bold tab title
Categories
(Core :: Widget: Cocoa, defect, P1)
Core
Widget: Cocoa
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox55 | --- | unaffected |
firefox56 | --- | unaffected |
firefox57 | + | fixed |
People
(Reporter: mconley, Assigned: mstange)
References
Details
(Keywords: regression, Whiteboard: tpi:+)
Attachments
(5 files)
This summary might not be 100% clear, but the attached screenshot might help. Interestingly, this only seems to affect tabs that have titles long enough to fade on the right side. I remember showing this to nhnt11 when we were fiddling with vibrancy in SF, and there was some macOS accessibility setting that seemed to affect this involving text smoothing, but I can't find the setting... nhnt11, do you remember what that setting was?
Flags: needinfo?(nhnt11)
Reporter | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Either something's wrong with the mask's PushGroupAndCopyBackground, or we're giving some intermediate surface the wrong FontSmoothingBackgroundColor, or something else is broken. I'll look into it.
Assignee: nobody → mstange
Status: NEW → ASSIGNED
Flags: needinfo?(mstange)
Comment hidden (mozreview-request) |
Comment 5•6 years ago
|
||
(In reply to Mike Conley (:mconley) - Buried in needinfo / review backlog, eating my way out from comment #0) > Created attachment 8892915 [details] > Bold title > > This summary might not be 100% clear, but the attached screenshot might help. > > Interestingly, this only seems to affect tabs that have titles long enough > to fade on the right side. > > I remember showing this to nhnt11 when we were fiddling with vibrancy in SF, > and there was some macOS accessibility setting that seemed to affect this > involving text smoothing, but I can't find the setting... nhnt11, do you > remember what that setting was? That setting is "Use LCD font smoothing when available" in System Preferences' General pane.
Flags: needinfo?(nhnt11)
Comment 7•6 years ago
|
||
Cameron, is this what you were seeing earlier and mentioned on slack? :-)
Flags: needinfo?(cam)
Comment 9•6 years ago
|
||
This also happens when you mouse over, and it seems to affect the URL bar too, here's a video: https://www.dropbox.com/s/9eqba6tbigpde4t/tab%20font%20weirdness.mov?dl=0
Comment 11•6 years ago
|
||
(In reply to :Gijs from comment #7) > Cameron, is this what you were seeing earlier and mentioned on slack? :-) It is indeed, thanks!
Flags: needinfo?(cam)
Comment 15•6 years ago
|
||
This seems to only happen in the default theme. It doesn't happen with Light or Dark themes from customize options. I switched to the Light theme several days ago to avoid the flickery/focusy issue on tab hover.
Comment 16•6 years ago
|
||
I wonder what this priority means. It's a visual regression in the default theme and it's a visual regression in one of the most important parts of the user interface of the browser: the tabs. And the flickering is *very* annoying. So this should be rather a P1 than a P4, no?
Assignee | ||
Comment 17•6 years ago
|
||
I agree.
status-firefox55:
--- → unaffected
status-firefox56:
--- → unaffected
status-firefox57:
--- → affected
tracking-firefox57:
--- → ?
Priority: P4 → P1
Comment 18•6 years ago
|
||
mozreview-review |
Comment on attachment 8893111 [details] Bug 1386643 - Don't respect font smoothing background colors in pushed layers. https://reviewboard.mozilla.org/r/164114/#review171724
Attachment #8893111 -
Flags: review?(jmuizelaar) → review+
Comment 19•6 years ago
|
||
Pushed by mstange@themasta.com: https://hg.mozilla.org/integration/autoland/rev/b75150e59554 Don't respect font smoothing background colors in pushed layers. r=jrmuizel
Comment 21•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b75150e59554
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Updated•6 years ago
|
status-firefox-esr52:
--- → unaffected
Comment 22•6 years ago
|
||
It's not fixed. I looks a bit different now, but the problem is still there.
Updated•6 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 24•6 years ago
|
||
On macOS (10.11) it seems that the effect on the active tab and the URL bar has been fixed. Only the background tabs still show the font-weight change on hover.
Assignee | ||
Comment 25•6 years ago
|
||
This bug was about the selected tab, which is no longer strangely bold. The bug about bad text anti-aliasing when hovering background tabs needs a separate fix and will be tracked in bug 1389476.
Status: REOPENED → RESOLVED
Closed: 6 years ago → 6 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Comment 26•6 years ago
|
||
(In reply to Markus Stange [:mstange] from comment #25) > This bug was about the selected tab, which is no longer strangely bold. > > The bug about bad text anti-aliasing when hovering background tabs needs a > separate fix and will be tracked in bug 1389476. well, this was not clear since I reported the issue already 10 days ago and my ticket was marked as duplicate of this ticket. Okay, I'll follow the other ticket. Thanks. ;)
You need to log in
before you can comment on or make changes to this bug.
Description
•