-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't input the Hangul in MaterialTextBox Control #186
Comments
I also have the behavior of misplaced cursor in textbox with password property = true. |
Hi, Thanks for reporting issue. Are you able to reproduce this issue with MaterialTextBox in MaterialSkinExample ? |
Are you using UseTallSize property = false ? Are you able to reproduce this issue with MaterialTextBox in MaterialSkinExample ? |
Just to complete, on my side UseTallSize = True |
Was Hangul input working with previous release ? |
Was Hangul input working with previous release ? If yes, which release were you using ? |
Hangul isn't supported yet (see #147). However a cursor misplaced bug remains. |
I had the same issue, even though I was writing pure English. I think the error has to do with setting the text of the textbox through code (e.g. materialTextBox1.Text = "example"). |
@DoubleDebug : Are you able to reproduce this behaviour with example project ? |
Unfortunately, even though it is still happening in my project, I wasn't able to reproduce it in a sample project. The bug occurs whenever you start typing in the textbox, the text doesn't have to be set through code. The textbox is still functional, but the cursor is misplaced. Here's a gif of the visual bug. And here is the example project: |
Roboto supports Latin, Greek (partial) and Cyrillic scripts. So Hangul input doesn't work because only Roboto font is currentely supported. Feel free to contribute. |
I meet the misplaced cursor bug too. |
@DoubleDebug , @oAllen1 , @TomsDev67 I've made a PR to fix Textbox beam cursor misplaced, it works fine on my side. |
The cursor looks fine now when you simply put a password textbox on a form and try typing inside it. Don't know why this happens, seems like a very odd issue. |
I can reproduce the behaviour (only when Password property is set to true) but I don't know how to fix that. Soon I will release a variant of MaterialTextbox based on MaterialMultiLineTextBox2. |
@ogi-sy thank you for this solution. |
@orapps44 Thank you for the wonderful source code LanguageOption = RichTextBoxLanguageOptions.DualFont; Maybe inheriting TextBox is better than RichTextBox. |
@ogi-sy unfortunnately your proposal doesn't solve issue when password is set and text is set by code at startup. |
@orapps44 ■the use of ControlStyles.UserPaint This is what I can think of now. |
@orapps44 |
The MaterialTextBox cannot enter Chinese characters When you enter Chinese in this control, the Chinese input box is closed I have changed RichTextBox to TextBox,it is OK namespace MaterialSkin.Controls
} |
|
Hey, Use As allready mentioned :
A good improvement would be to add support of Noto font. |
hi~
MaterialTextBox
Normal TextBox
There is a problem Hangul input
and when you longtext in a text box the cursor is misplaced (It doesn't happen in the example app, it happens in a new project)
The text was updated successfully, but these errors were encountered: