-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Border.Shadow hide the collectionView Header/footer - fix #25960
base: main
Are you sure you want to change the base?
Conversation
Hey there @kubaflo! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
/rebase |
1dbc405
to
c6982c9
Compare
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
public void Issue935TestsMultipleOnTappedViewCell() | ||
{ | ||
App.WaitForElement("HeaderLabel"); | ||
VerifyScreenshot(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/rebase |
aaab2d4
to
0b8f1cf
Compare
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run maui-pr |
No pipelines are associated with this pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test HeaderAndFooterShouldBeVisible is failing on all the platforms. After the margin change, need to update the snapshot in all the platforms. Images available in the latest build.
Description of Change
Whenever a view, wrapped inside a wrapper view, has been a direct child of a header or footer element, it either didn't show at all or rendered incorrectly.
Issues Fixed
Fixes #19338