Closed
Bug 1267363
Opened 9 years ago
Closed 9 years ago
Disable skia font hinting on os x if explicit about grayscale AA (fixes thin fonts in context menus)
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla49
Tracking | Status | |
---|---|---|
firefox47 | --- | unaffected |
firefox48 | --- | fixed |
firefox49 | --- | fixed |
relnote-firefox | --- | 49+ |
People
(Reporter: mchang, Assigned: mchang)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.88 KB,
patch
|
mstange
:
review+
ritu
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8745031 -
Flags: review?(mstange)
Updated•9 years ago
|
Attachment #8745031 -
Flags: review?(mstange) → review+
Comment 2•9 years ago
|
||
This patch restores regular font weights to context menus, and it mitigates the flashing of thick-to-thin text that happens if layout toggles the transparency mode of a layer.
Blocks: 1260454
Keywords: regression
Summary: Disable skia font hinting on os x if explicit about grayscale AA → Disable skia font hinting on os x if explicit about grayscale AA (fixes thin fonts in context menus)
Updated•9 years ago
|
Comment 5•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
Updated•9 years ago
|
Target Milestone: mozilla48 → mozilla49
Assignee | ||
Comment 6•9 years ago
|
||
Comment on attachment 8745031 [details] [diff] [review]
grayscale.patch
Approval Request Comment
[Feature/regressing bug #]: bug 1260454
[User impact if declined]: Fonts can appear too thin due to grayscale AA.
[Describe test coverage new/current, TreeHerder]: Manual testing
[Risks and why]: Low, this fixes our behavior to what it was before bug 1260454.
[String/UUID change made/needed]: None
Attachment #8745031 -
Flags: approval-mozilla-aurora?
Comment on attachment 8745031 [details] [diff] [review]
grayscale.patch
Recent regression, Aurora48+
Attachment #8745031 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 8•9 years ago
|
||
bugherder uplift |
Release Note Request (optional, but appreciated)
[Why is this notable]:
[Suggested wording]: Resolved a problem on OS X where fonts could appear too thin due to anti-aliasing.
[Links (documentation, blog post, etc)]:
relnote-firefox:
--- → ?
Comment 11•9 years ago
|
||
I don't think we ever shipped the broken version of this. Further, the release note "Improved the appearance of OS X fonts" feels devoid of any useful information.
We should probably just remove this from the 49 release notes.
Flags: needinfo?(mozillamarcia.knous)
Comment 12•9 years ago
|
||
(In reply to Jeff Muizelaar [:jrmuizel] from comment #11)
> I don't think we ever shipped the broken version of this. Further, the
> release note "Improved the appearance of OS X fonts" feels devoid of any
> useful information.
>
> We should probably just remove this from the 49 release notes.
I removed this from the 49 release notes.
Flags: needinfo?(mozillamarcia.knous)
You need to log in
before you can comment on or make changes to this bug.
Description
•