Bug 200830

Summary: [macOS] Emoji with variation selectors are rendered in text style, not emoji style
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: WebGPUAssignee: Myles C. Maxfield <mmaxfield>
Status: NEW    
Severity: Normal CC: commit-queue, darin, ews-watchlist, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
simon.fraser: review+, ews-watchlist: commit-queue-
Archive of layout-test-results from ews213 for win-future
none
Patch for commit none

Myles C. Maxfield
Reported 2019-08-16 13:55:43 PDT
Emoji with variation selectors are rendered in text style, not emoji style
Attachments
Patch (3.33 KB, patch)
2019-08-16 13:58 PDT, Myles C. Maxfield
simon.fraser: review+
ews-watchlist: commit-queue-
Archive of layout-test-results from ews213 for win-future (13.57 MB, application/zip)
2019-08-16 15:35 PDT, EWS Watchlist
no flags
Patch for commit (4.72 KB, patch)
2019-08-16 19:44 PDT, Myles C. Maxfield
no flags
Myles C. Maxfield
Comment 1 2019-08-16 13:58:05 PDT
Myles C. Maxfield
Comment 2 2019-08-16 14:01:20 PDT
Simon Fraser (smfr)
Comment 3 2019-08-16 14:08:47 PDT
Comment on attachment 376534 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=376534&action=review > Source/WebCore/platform/graphics/mac/GlyphPageMac.cpp:65 > + if (glyphs[i * glyphStep] && glyphs[i * glyphStep] != 0xFFFF) { Can we make a constexpr for 0xFFFF please?
EWS Watchlist
Comment 4 2019-08-16 15:35:27 PDT
Comment on attachment 376534 [details] Patch Attachment 376534 [details] did not pass win-ews (win): Output: https://webkit-queues.webkit.org/results/12927172 New failing tests: fast/text/emoji-variation-selector.html
EWS Watchlist
Comment 5 2019-08-16 15:35:29 PDT
Created attachment 376546 [details] Archive of layout-test-results from ews213 for win-future The attached test failures were seen while running run-webkit-tests on the win-ews. Bot: ews213 Port: win-future Platform: CYGWIN_NT-10.0-17763-3.0.5-338.x86_64-x86_64-64bit
Myles C. Maxfield
Comment 6 2019-08-16 19:44:42 PDT
Created attachment 376583 [details] Patch for commit
WebKit Commit Bot
Comment 7 2019-08-16 21:38:51 PDT
Comment on attachment 376583 [details] Patch for commit Clearing flags on attachment: 376583 Committed r248815: <https://trac.webkit.org/changeset/248815>
Darin Adler
Comment 8 2019-08-17 11:26:01 PDT
Comment on attachment 376583 [details] Patch for commit View in context: https://bugs.webkit.org/attachment.cgi?id=376583&action=review > Source/WebCore/platform/graphics/mac/GlyphPageMac.cpp:50 > +static const constexpr CGGlyph deletedGlyph = 0xFFFF; Something to explore for future coding style purposes: I think that "constexpr" is sufficient here alone, and "static const" don’t add any useful additional semantics or behavior.
Note You need to log in before you can comment on or make changes to this bug.