-
Notifications
You must be signed in to change notification settings - Fork 698
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
TeachingTip: Fix bug where empty title/subtitle was not respected in ApplyTemplate leading to gap #3397
TeachingTip: Fix bug where empty title/subtitle was not respected in ApplyTemplate leading to gap #3397
Conversation
Go ahead and change the member variable name. |
/azp run |
No pipelines are associated with this pull request. |
Done :) |
The test failure was a layout cycle issues which was caused by directly changing visibility of elements inside OnApplyTemplate. I switched to visual states for that now and updated the TeachingTip testhooks function to get the Title/Subtitle textblock through |
I'm looking forward to this landing so the Terminal can use this too - I don't think we're going to always need a TeachingTip with both a title and subtitle, so right now we always end up with some weird space. Hopefully we can see this land in 2021 |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Description
Add checks when in ApplyTemplate to collapse the textblocks if necessary.
Motivation and Context
Closes #1396
How Has This Been Tested?
Add new API test
Screenshots (if appropriate):