samhocevar / emoji.wpf

😸 Emoji support for WPF
Do What The F*ck You Want To Public License
370 stars 43 forks source link

Text input is really laggy in RichTextBox. #69

Open Greenystuff opened 1 year ago

Greenystuff commented 1 year ago

Hi !

First of all thank you for this package it does an amazing job!

The problem I encounter is that when I enter a long text in an "emoji:RichTextTbox", it takes a long time to appear, whereas on a classic RichTextBox, everything is ok. I can't find the source of the problem for days

I made you a very simple example so that you can see it.

https://github.com/Greenystuff/TestEmojiWpf

kellyelton commented 3 weeks ago

Running into this same issue. Inserting lots of text into the RichTextBox (with no emojis, just text) is freezing the application for long periods of time. Regular RichTextBox runs without issue.