Border.Shadow hide the collectionView Header/footer -UITest#25960
Border.Shadow hide the collectionView Header/footer -UITest#25960rmarinho merged 2 commits intodotnet:mainfrom
Conversation
|
/rebase |
1dbc405 to
c6982c9
Compare
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
| public void Issue935TestsMultipleOnTappedViewCell() | ||
| { | ||
| App.WaitForElement("HeaderLabel"); | ||
| VerifyScreenshot(); |
|
/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. |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
rmarinho
left a comment
There was a problem hiding this comment.
Does this work fine with CollectionView2 ?
|
Hi, @rmarinho I was testing it on the sandbox project on the latest main which I think uses cv2, right? |
|
It depends the time you tested.. but this fix is for CV1 |
|
I tried on today's main and this is the result for cv1: So it appears the problem is only with the cv1 @rmarinho should I close this PR then? |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
rmarinho
left a comment
There was a problem hiding this comment.
Can we rebase and see how it works with the new container?
|
@rmarinho yess it works with the new generalWrapperView! But, maybe let's keep the UI test? |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
@rmarinho yea I modified the test a bit and was waiting to re-upload snapshots. It should be green now :) |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
@rmarinho I think the tests passed for this issue |







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