-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Design for textbox #2737
Comments
I wanted to update my application with the last version (from 1.2.4 to 1.3.0). But with that problem, I will wait until there is a solution for the 'shadow' border of the textbox. |
I have taken the xaml part of the texbox of 1.2.4 and copy/paste to replace the original coding of the texbox in 1.3.0. After re-compilation, the problem was solved and there is no more the 'shadow' issue. There is a problem in 1.3.0 for the texbox design. I will try again with the next release. |
@boukenka Can you maybe post a little bit more Xaml code around your TextBox? |
Hello, Here is a project to reproduce the problem. Hope it helps. |
@boukenka I got it and will fix it in 1.4 |
@boukenka The fix will be available in 1.4.0 |
@punker76 Thank you |
Hello,
Since the release of 1.3.0, the textboxes have in their low border (horizontal) like a shadow.
It was not present before (in the 1.2.4). How can I make that this change of design for
textbox is no present (meaning that the 'shadow' is removed)? I have put a 'RED' color to show it (Normally the original color replaced by the 'RED' is E5E5E5)
The first textbox has the XAML coding:
The second textbox has the XAML coding:
As soon there is the "VerticalAlignment" property, the "shadow" is displayed. Is it a bug? Or is there a solution not to have it?
The text was updated successfully, but these errors were encountered: