Rocket.Chat icon indicating copy to clipboard operation
Rocket.Chat copied to clipboard

Text parsed as emoji

Open iamdaveloper opened this issue 2 years ago • 3 comments

Description:

Text display not properly. e.g ( 10:30 => 1😇0 )

Steps to reproduce:

  1. Type 10:30 and send

Expected behavior:

10:30 should display properly

Actual behavior:

1😇0

Server Setup Information:

  • Version of Rocket.Chat Server: 5.0.0
  • Operating System:
  • Deployment Method: docker
  • Number of Running Instances: 1

Client Setup Information

  • Desktop App or Browser Version: Windows / Web (Chrome)
  • Operating System: Window 10

iamdaveloper avatar Aug 05 '22 02:08 iamdaveloper

Hi @iamdaveloper I also checked in Linux and facing the same issue. Can anyone guide me how to resolve this issue as I am new In the Organisation.

kanhaiya04 avatar Aug 05 '22 19:08 kanhaiya04

found another cases e.g

  • http://rocket.chat/ (OK!)
  • http://test/ (Failed!) Expected : http://test/ ; Actual : http😕/test/
  • http://localhost/ (OK!)

and i tried to disable emoji function in admin panel, but seems not working.

iamdaveloper avatar Aug 08 '22 03:08 iamdaveloper

Same problem here

abbluiz-userh avatar Aug 09 '22 02:08 abbluiz-userh

Yes, PLEASE fix this or at least make it optional (via administration). This behaviour is annoying for our users but also completely breaks our automatically received messages via bots / webhooks.

EnCz avatar Aug 10 '22 19:08 EnCz

Even worse, composite characters are now drawn as sequence of single characters (for example, teacher is person + school)

xdelatour avatar Aug 13 '22 12:08 xdelatour

Bildschirmfoto 2022-08-15 um 09 14 50

Same issue

saschafoerster avatar Aug 15 '22 07:08 saschafoerster

same happened at my installation.

And the problem is, it makes rc very unpopular for chatting. Guys, please fix this before any other bugs. This bug attacks the core function of RC: You can't use it for links anymore, for example. Just try to send a YouTube link...

@sampaiodiego

sleeplessnight2 avatar Aug 17 '22 09:08 sleeplessnight2

This makes also impossible to write correct grammar in Finnish, as the language uses : extensively, and even one colon in the text gets replaced by the first suggested emoji. So for instance a term AD's (Active Directory's) that is in Finnish AD:n, transforms into string A:fearfulc:n in the message.

Gummikavalier avatar Aug 22 '22 10:08 Gummikavalier

Same problem for me with url which doesn't have .com or dot something... image

kekefreedog avatar Aug 23 '22 08:08 kekefreedog

Fixed by: https://github.com/RocketChat/fuselage/pull/800/files

hugocostadev avatar Sep 13 '22 16:09 hugocostadev