NEW 159917
Emoji variant selection changes with line wrapping
https://bugs.webkit.org/show_bug.cgi?id=159917
Summary Emoji variant selection changes with line wrapping
Matthias Wiesmann
Reported 2016-07-19 05:20:15 PDT
Created attachment 283993 [details] Small HTML example that reproduces the problem. When emoji 263A is followed by a skin tone selector, the tone selector is not honoured, but this forces the display of the emoji style, i.e. implicitly the character is displayed as it were 263A FE0F. This behaviour changes if there is an line break between the emoji and the skin tone selector. So basically the appearance of the character changes according to the line breaking behaviour. See the attached small HTML file which reproduces the issue. I'm not sure what the correct behaviour should be, but switching characters on the line breaking is wrong. Reasonable behaviours could be: a) honour skin color modifier. b) do not implicitly trigger the emoji variant when a skin tone selector is present and not honoured. c) trigger the emoji variant regardless of line breaking.
Attachments
Small HTML example that reproduces the problem. (184 bytes, text/html)
2016-07-19 05:20 PDT, Matthias Wiesmann
no flags
Radar WebKit Bug Importer
Comment 1 2016-07-19 14:51:30 PDT
Note You need to log in before you can comment on or make changes to this bug.