Numbers are overwritten from emoji
dinos19 opened this issue · 3 comments
dinos19 commented
When i insert numbers and then pick an emoji from picker it overwrites my numbers with the selected emoji *n where "n" is the number of numbers where inserted in text before selection. Maybe im doing something wrong , tried txtMessage.Text = txtMessage.Text + e.Emoji; and txtMessage.CaretPosition.InsertTextInRun(e.Emoji);
txtMessage.Focus();
txtMessage.CaretPosition = txtMessage.Document.ContentEnd;
same result.
samhocevar commented
What widget are you using? Is this emoji:RichTextBox
?
dinos19 commented
yes, user is typing his msg on richtextbox
samhocevar commented
Hi! Sorry about the delay. This is fixed in Emoji.Wpf 0.3.4.