ckeditor / ckeditor4

The best enterprise-grade WYSIWYG editor. Fully customizable with countless features and plugins.
https://ckeditor.com/ckeditor-4
Other
5.79k stars 2.47k forks source link

Emoji smiling_face render issues #4046

Open lvegh opened 4 years ago

lvegh commented 4 years ago

Type of report

Bug

Provide detailed reproduction steps (if any)

We are using at the moment ckeditor version 4.14 and we integrated the emoji plugin into it. While it is working correctly we have found a small bug inside it that is also present in the online demo found on the following page:

https://ckeditor.com/docs/ckeditor4/latest/examples/mentions.html

If you try to add the "smiling_face" emoji then you will see that the render is messed up its like a little UFO

Expected result

For smiling_face to render like the other emojis, yellow background and correct size.

Actual result

The emoji showing up very small and without color.

Other details

f1ames commented 4 years ago

The Emoji plugin uses native Unicode emojis meaning that displaying emojis is dependent on the OS. There is already a feature request reported to cover OSes which doesn't support all emojis - #2597.

f1ames commented 4 years ago

By the way, I have checked on Windows 10 with Chrome 81 and it seems to work fine:

Ahhh, I see, emoji in the dropdown is showed correctly, but when inserted in the editor content it looks broken indeed:

weichuan-dong commented 4 years ago

@f1ames any update on this?