Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some emojis are not working #385

Closed
liza-mae opened this issue Jun 24, 2022 · 4 comments
Closed

Some emojis are not working #385

liza-mae opened this issue Jun 24, 2022 · 4 comments

Comments

@liza-mae
Copy link
Contributor

Hi,

I am trying to use some emojis listed here, but they are not working and show up blank as follows:

Screenshot from 2022-06-24 12-45-57

Some of I have tried that don't work are: large_orange_circle, large_yellow_circle, large_green_circle, large_purple_circle, large_brown_circle

These work though: white_circle, black_circle, red_circle, large_blue_circle

Can someone help?

@yob
Copy link
Contributor

yob commented Jun 26, 2022

@liza-mae thanks for the report!

Can I confirm where you are trying to use the emojis that don't work? On buildkite.com? Or (based on the linked issue #386) maybe the bk cli?

@liza-mae
Copy link
Contributor Author

@yob I was trying to use the emojis on buildkite.com

@yob
Copy link
Contributor

yob commented Jun 28, 2022

oh, that's not great 🤔

To test it, I updated the label on a test step to the following: large_orange_circle :large_orange_circle: red_circle :red_circle: buildkite :buildkite:

It renders like this for me on buildkite.com:

Screenshot from 2022-06-28 21-55-22

When I inspect the DOM, it looks like this:

Screenshot from 2022-06-28 21-56-57

This repo defines a mixture of official unicode emojis and custom "emojis" (logos, etc). When rendered on buildkite.com, we use utf8 encoded data for the official unicode emojis, and an img tag for the custom "emojis". Is it possible your system has no fonts with large_orange_circle, large_yellow_circle, large_green_circle, large_purple_circle, or large_brown_circle?

Picking two emojis from your lists at random, it looks like red circle was released in 2010, and large_orange_circle was released in 2019.

@liza-mae
Copy link
Contributor Author

Thanks @yob I did try another machine and it worked, so that is it. Thanks for your help, I will close this out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants