Problem with emoji autocomplete and special characters (example ü)

The emoji autocomplete seems to struggle with special characters in some cases. The ü in glücklich isn’t a problem when I use one of the options provided by the autocomplete, but when I use “more” instead to choose an emoji, the letters I entered are not replaced. However, the same steps work fine with traurig, which is why I think the ü is the problem.

In chat, it’s a little worse, because there I not only need to delete a few characters, but selecting the emoji doesn’t work at all.

In chat there is also an error in the browser console:

chat-composer.gjs:445 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'emojiTermStart')
    at Ll.onSelectEmoji (chat-composer.gjs:445:17)
    at Proxy.didSelectEmoji (chat-composer.gjs:603:22)
    at $.didSelectEmoji (content.gjs:324:31)
onSelectEmoji @ chat-composer.gjs:445
(anonymous) @ chat-composer.gjs:603
didSelectEmoji @ content.gjs:324

2 Likes