Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
UltraTextEditor bug happens in Windows 10
posted

In windows 10(Language:Korean), input bug happens in case of input Hangul to UltraTextEditor using by In Place Edit (UltraTextEdit, UltraComboEditor, ..etc... Edit for Input text)
 

After input text(Hangul) in control, if press "Enter", "Tab", Right Arrow" key, Operate normally.

But, If you lose focus while you type, Then last character disappear

I provide you with a video with the screen keyboard to illustrate how this operates on my side

Thank you

OS : Windows 10 Pro X64

Developer Tools : Visual Studio 2010 Premium

Infragistics : NetAdvantage for .NET 2010 Vol.3

Sample.zip
Parents
No Data
Reply
  • 21795
    Offline posted

    Hello Medi,

    Thank you for posting in our forum.

    I followed the steps you suggested and was unable to reproduce the behavior you're describing. I have created a small sample project with UltraTextEditor and MS TextBox on it. I have switched my computer to Korean. Then I have entered the same input as you did and no character disappeared.

    In the following link you can find the sample project I used to test this as well as a video demonstrating my test https://filetransfer.infragistics.com/public.php?service=files&t=5c5a9e119d19af9376ecedcb91fe5431. Please test this project on your PC; whether or not it works correctly may help indicate the nature of this issue.

    If the project does not work correctly, this indicates either an issue possibly specific to your environment, or a difference in the DLL versions we are using. My test was performed using version 10.3.20103.1000. So could you please let me know the exact version of Infragistics components which you are using?

    If the project does show the product feature working correctly, this indicates a possible issue in the code of your application. It will help if you can provide a small, isolated sample application that demonstrates the behavior you are seeing.

    Or, if this sample project is not an accurate demonstration of what you're trying to do, please feel free to modify it and send it back.

    Please let me know if I can provide any further assistance.

    Thank you for using Infragistics Controls.

Children