Ripcord Dev Logo Ripcord Development — View Ticket Login or Create Account
Ticket UUID: be664b3528fa6baed50446f73767380a5075a7fb
Title: Certain emoji somehow causes rendering quirks
Status: Open Type: Bug
Severity: Minor Priority: Low
Subsystem: Slack Resolution: Open
Last Modified: 2019-12-24 09:37:28
Version Found In: 0.4.21
trejkaz2019-12-13 03:48:08

Somehow :eye-in-speech-bubble: as an emoji both gets not recognised as an emoji, but also somehow causes text from the username field to wrap and clobber the text of the message below.

Not sure why this emoji is special in this regard.

Screenshot

trejkaz2019-12-13 03:48:31

https://i.imgur.com/EiFJLxA.png

cancel2019-12-13 21:21:17

Ah, seems like this is two separate bugs.

  1. The 'eye-in-speech-bubble' entry in Slack's "list of names for emoji in a JSON file" is broken. They must have patched it themselves. I can fix this in Ripcord, as well.

  2. The text painting for the user status isn't being clipped properly. I will also fix this.

Thanks for reporting!

cancel2019-12-24 09:37:28

Fixed #2, still working on #1.