MaterialDesignInXAML / MaterialDesignInXamlToolkit

Google's Material Design in XAML & WPF, for C# & VB.Net.
http://materialdesigninxaml.net
MIT License
15.02k stars 3.41k forks source link

Outlined Textbox Caret position bug #1519

Open asdtgb opened 4 years ago

asdtgb commented 4 years ago

<TextBox materialDesign:HintAssist.Hint="SOME TEXT" Style="{StaticResource MaterialDesignOutlinedTextFieldTextBox}" Height="60" Width="300" Text="123"/> This textbox when clicked positions the caret before the first character instead of being positioned after the last letter.

caretbug

LeiYangGH commented 4 years ago

If i clone latest MaterialDesignInXAML/MaterialDesignInXamlToolkit repo from github and run the demo i didn't reproduce it(compile with dotnetcore 3.1.300).

But my own project DO have this problem. it uses MaterialDesignThemes.MahApps. I cannot find the difference.

LeiYangGH commented 4 years ago

Is there any fix yet?