-
Notifications
You must be signed in to change notification settings - Fork 1.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
BladeItem Brushes somehow causes app crash in secondary view #1218
Comments
Ping @skendrot |
For version 2.0 I would like to see these properties removed in favor of Not sure why setting the properties would cause whatever issue this is to go away. They both default to Black
|
Yeah that's what I thought. The code looks fine to me. I will raise it with the UI team. |
@skendrot, Agree, I'll add this to 2.0 milestone. Is there a quick fix we can add for 1.5? |
Note: I haven't tested the issue But, it's a very small corner case and it would be fixed in the 2.0 version by removing them in favor of Templates |
OK, let's keep it for 2.0 then |
ping |
Moving this to 2.1. Should we simply add the default brushes? |
This issue seems inactive. It will automatically be closed in 14 days if there is no activity. |
ping @JustinXinLiu, @skendrot, should we just add the setters in default styles for this one? Too late to do any breaking changes |
Yeah that'd be the easiest way to fix it for now, unless @skendrot has already started the changes he proposed earlier? |
I'll work on getting the above properties added without making breaking changes |
I came across this StackOverflow question and was able to find a workaround for it - turned out the issue is related to two brush properties defined in
BladeItem
.My answer works but I feel like this could be a bug in the framework as I can't see why they would cause this kind of hard crash.
The text was updated successfully, but these errors were encountered: