Emoji modal's width incorrect on mobile

Continuing the discussion from Help us test the rewritten Composer:

Hmm it seems like the blurry emojis is a webkit specific issue.

The use of transform was removed in FIX: Don't use transform for the emoji popup, it blurs it · discourse/discourse@d7d88f8 · GitHub but it broke the emoji modal on mobile.

1 Like

Another composer rewrite regression @eviltrout

I prefer to call them “curiosities” rather than “regressions.”

https://github.com/discourse/discourse/commit/393a05ed9efb9715bd4e12f1975008e4e368fb3e

5 Likes

4 Likes

Hehe not a composer regression. I was the one that introduced transform previously while making emoji modal work on mobile.

Ah this is not the same bug and might be related to the composer rewrite. I can’t insert an emoji from the modal.

1 Like

Fixed in
https://github.com/discourse/discourse/pull/3896

6 Likes