-
Notifications
You must be signed in to change notification settings - Fork 3
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
Thickness null checks #26
Conversation
I know it seems weird, but the null checks were left off intentionally. |
Thanks for the PR though. |
Thanks for the reply Brad. Yes, this is causing issues. Rendering stops completely. Is it possible to somehow handle the exception? Adding the check allows the app to render normally. |
Can you send a stack trace of where this is originating? |
TypeError: Cannot read property 'left' of undefined The error is caused when our code calls ClearValue on BorderThickness, Margin or CornerRadius. |
Sorry for that issue. |
Closing in favor of wsick/Fayde#271 |
Thanks Brad. Does the same fix apply to FrameworkElement MarginProperty? |
It is not included. Can you open an issue regarding this in Fayde please? |
No description provided.