-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Trying to Send an Emoji Using Its 'Short name' makes UI Unresponsive #618
Comments
I know this bug. But i thought it was fixed :/ |
Fix was there: https://github.com/conversejs/converse.js/pull/3501/files |
Interesting. I'll try it with an emoji that is all-lowercase the next time I can get the plugin installed. |
This is clearly an uppercase issue. On your instance, using "fourtlduck" should work. I have to check the code again, maybe i missed a bug last time. |
I think my fix was not enough: if fixes emoji that are defined with uppercase... I'll check if i'm right. |
Good catch. I found other bugs. I will release a 12.0.1 version of the livechat. |
@vencabot , once you updated to v12.0.1, let me know if you have any trouble with emojis. You can re-open this issue if needed (maybe some ConverseJS community members will subscribe to this issue, to have your feedbacks). For the record, here is the change i made: now, custom emojis are case sensitive. If you configured ":AbC", you must type ":AbC", not ":abc". The emoji search and autocomplete remains case insensitive. |
I think this solution sounds very sensible. Once I'm able to reinstall the plugin, I'll definitely test this and I'll report back here. Thank you! |
Now that I'm able to install 12.0.1, I see that I'm not having this issue any more, or any of the issues that I was having after I upgraded to 12.0.0. I greatly appreciate you taking the time to talk through this with me and for graciously helping me get everything set up. All appears well, for now! |
Describe the bug
As of the 12.0.0 update, when users try to send an emoji using the textual chat box, the message will not send and the box's UI will become unresponsive, requiring a page refresh.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The message should send to the chat and the Short name should be replaced with the emoji graphic.
Screenshots
Footage of what the bug looks like:
https://tube.vencabot.com/w/d5CwUncRzNxCXpMKMXMjKq
In this video, 'fourtlDuck' is the shortname of an emoji. Sending any other text works fine, but when I try to send an emoji using its shortname, the UI freezes.
Server (please complete the following information):
Desktop (please complete the following information):
Brought to my attention by several views, but my system:
OS: Windows 10
Browser: LibeWolf 131.0.3-1
Additional context
I greatly appreciate the work that you put into making this plug-in as good as it can be. Without it, I wouldn't be able to host my stream on PeerTube, which I've been enjoying immensely. Thank you!
The text was updated successfully, but these errors were encountered: