Page 1 of 1

TextBox Styles Bug on latest versions of Bridge Nuget

Posted: Tue Sep 01, 2020 4:43 am
by fangeles
There's a bug when applying textbox styles on latest versions of Bridge (2.0.0-alpha65-085 onwards)
Im stuck on version 083

I also tried applying the material design textbox style from your github repository

1. Styles not displaying correctly
2. An error message was displayed on console when textbox with style got focus (please see attached image)
3. No data retrieved when getting the Text property (Password property on PasswordBox)
4. When there's a placeholder, placeholder is editable.


Thank you.

Re: TextBox Styles Bug on latest versions of Bridge Nuget

Posted: Sat Sep 05, 2020 2:16 am
by JS-Support @Userware
Thanks. We are going to fix this asap.

Re: TextBox Styles Bug on latest versions of Bridge Nuget

Posted: Tue Oct 06, 2020 6:17 pm
by fangeles
Hi JS-Support,

I'm now testing this on the latest NuGet Package 2.0.0-alpha73-093

Regarding the previous issue, when the style is implicit/global, the error shows up (when the control got focus). But
when the style is explicit, it works well.

Example:

Code: Select all

<TextBox Style={StaticResource TextBoxStyle}/>


Other controls doesn't have any problems with implicit styles except for textbox and passwordbox

Re: TextBox Styles Bug on latest versions of Bridge Nuget

Posted: Tue Oct 06, 2020 11:43 pm
by JS-Support @Userware
Thanks for this info.

You said you are trying to applying the material design textbox style from your github repository, but it appears to be working fine with the Showcase application. Is the only difference the fact that you are applying it implicitly?

Can you please post your entire XAML to reproduce the issue in an empty project?

Thanks