Closed
Bug 1409482
Opened 7 years ago
Closed 7 years ago
Emoji are affected by the text color (not just the text color's alpha) on Mac
Categories
(Core :: Graphics: WebRender, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox57 | --- | unaffected |
firefox58 | --- | unaffected |
People
(Reporter: mstange, Assigned: lsalzman)
References
Details
(Whiteboard: [wr-reserve] [gfx-noted])
Testcase: data:text/html,<html><head><meta charset="utf8"></head><body><span style="color: blue">%F0%9F%8E%89</span><span style="color: rgba(0,0,0,0.7)">%F0%9F%8E%89</span><span style="color: rgba(0,0,255,0.4)">%F0%9F%8E%89</span><span style="color: transparent">%F0%9F%8E%89</span>
In this testcase, the emoji should get progressively more transparent. It should not render as blue or gray, the way it currently does in WebRender.
https://github.com/servo/webrender/issues/1876
Updated•7 years ago
|
Updated•7 years ago
|
Priority: P3 → P2
Whiteboard: [wr-mvp]
Updated•7 years ago
|
Whiteboard: [wr-mvp] → [wr-mvp][gfx-noted]
Updated•7 years ago
|
Priority: P2 → P3
Whiteboard: [wr-mvp][gfx-noted] → [wr-reserve] [gfx-noted]
Reporter | ||
Comment 1•7 years ago
|
||
The webrender issue https://github.com/servo/webrender/issues/1876 is fixed.
Assignee: nobody → lsalzman
Depends on: 1410893
Updated•7 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P1
Reporter | ||
Comment 2•7 years ago
|
||
Fixed by the webrender update in bug 1410893.
Target Milestone: --- → mozilla58
Reporter | ||
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•