This is a migrated thread and some comments may be shown as answers.

Emoticon in RadWatermarkTextBox

6 Answers 162 Views
WatermarkTextBox
This is a migrated thread and some comments may be shown as answers.
Salnikov
Top achievements
Rank 1
Salnikov asked on 08 Feb 2019, 05:13 AM
Good day.
I have a problem when I try to enter an emoticon in RadWatermarkTextBox from windows touch keyboard.
When trying to enter, we get the exception "The surrogate pair is invalid. Missing a low surrogate character."
Please tell me how you can solve this problem.

graciously
Denis

6 Answers, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 11 Feb 2019, 08:06 AM
Hi Denis,

I tested the described scenario using Window 10 Touch Simulator and was able to insert an emoticon as in the regular TextBox. Can you please share a sample project demonstrating the issue, so we can investigate it on our side.

I'm looking forward to your reply.

Regards,
Kalin
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Salnikov
Top achievements
Rank 1
answered on 11 Feb 2019, 09:33 AM
Hi Kalin!

Below are links to the project and screenshots.
https://drive.google.com/open?id=1J2yyTN_Jonyf_YJDJQNtpdC2Hpnpez0I
https://drive.google.com/open?id=1KvAXxhvakxaZKcHVflJ1LoQ4avtHmyj_

Thank you.
0
Kalin
Telerik team
answered on 12 Feb 2019, 04:28 PM
Hello Denis,

Thanks for the project and video - we managed to reproduce the issue and we are currently investigating it. I will get back to with more details as soon as possible. At the moment as workaround you could simple set the AutomationMode to Basic as shown below:

public MainWindow()
{
    AutomationManager.AutomationMode = AutomationMode.Basic;
  InitializeComponent();
}

If you have any other questions - please let me know.

Regards,
Kalin
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Salnikov
Top achievements
Rank 1
answered on 13 Feb 2019, 01:52 AM

Good day.

Yes it works!
Thank you very much for your help, you have helped us a lot.

Regards,
Denis

0
Kalin
Telerik team
answered on 15 Feb 2019, 03:21 PM
Hello Denis,

I'm glad this helped. We are looking for a suitable solution - I will keep you posted.

I have also updated your Telerik points for your involvement.

Regards,
Kalin
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Kalin
Telerik team
answered on 19 Feb 2019, 11:57 AM
Hi Denis,

Update - the issue is fixed and the fix will be live with the internal build next Monday.

If you have any other questions or concerns, please let us know.

Regards,
Kalin
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
WatermarkTextBox
Asked by
Salnikov
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Salnikov
Top achievements
Rank 1
Share this question
or