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
Hi Scotty,
I'm not sure. If the workaround doesn't work for you, I recommend creating a new thread and re-reporting the issue and we can look into it again. But frankly, if the workaround doesn't work, it means that the issue is truly a bug in the DotNet TextBox control, which means you will likely be able to duplicate the same issue using a TextBox control - in which case, it will probably need to be fixed by Microsoft.
Thanks for the reply, Mike.
Honestly speaking, I didn't expect a reply over a thread of 3 years old.
I will try the workaround you mentioned and then update you back.
But according to albert said (also 3 years ago), he already tried that on "EditorWithTextDropDownControlBase" and it didn't work.
We are using both "UltraTextEditor" and "EditorWithTextDropDownControlBase", I noticed both of them inherited from the same base "TextEditorControlBase". Any more ideas?
Regards
Scotty
This issue was reported over 2 years ago and according to our notes, there's no way for us to fix it because the TextBox control (which is overlaying the UltraTextEditor) never gets a TextChanged event. So we have no way of knowing that the text has changed. Have you tried the workaround: setting AlwaysInEditMode to true. Doing this will mean that the TextBox control is always displayed and so you are essentially just using an MS TextBox. If if the problem still occurs with the TextBox control always shown, then it would appear to be a DotNet Framework bug. But according to our notes, using AlwaysInEditMode works correctly.
Hi Milko
I'm having the same issue as reported by alber below, is there any progress for the fixing?
Our customer from Korea is pushing for an urgent fix, please help with this.
Thanks.
Hi,
We did not use the UltraTextEdit control instead we created a class which inherited from EditorWithTextDropDownControlBase for our specific reasons. I tried the work around you mentioned above (Set AlwaysInEditMode to true), but the issue is still reproducible. Do you have any solution for EditorWithTextDropDownControlBase?
Thanks