[Testing] Written UI test for the issue reported in PR 27200#27244
Merged
jfversluis merged 4 commits intodotnet:mainfrom Jan 25, 2025
Merged
[Testing] Written UI test for the issue reported in PR 27200#27244jfversluis merged 4 commits intodotnet:mainfrom
jfversluis merged 4 commits intodotnet:mainfrom
Conversation
Member
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
rmarinho
reviewed
Jan 21, 2025
jsuarezruiz
suggested changes
Jan 21, 2025
Contributor
jsuarezruiz
left a comment
There was a problem hiding this comment.
Include also the Catalyst test screenshot.
Member
Author
@rmarinho / @jsuarezruiz, I have added snapshots for both Mac and WinUI. |
Member
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Member
|
/backport to release/9.0.1xx-sr3 |
Contributor
|
Started backporting to release/9.0.1xx-sr3: https://github.com/dotnet/maui/actions/runs/12911596920 |
jsuarezruiz
suggested changes
Jan 23, 2025
src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue27200.cs
Outdated
Show resolved
Hide resolved
|
Azure Pipelines successfully started running 3 pipeline(s). |
jsuarezruiz
approved these changes
Jan 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description of Change
The issue reported in [iOS][9.0.30][CV1] The size of the
CollectionViewheader is incorrect when it contains aBindingon anIsVisible#27200 was not reproduced in the latest source or nightly builds.It appears that the issue was introduced by the changes made in PR [iOS] Use a GeneralWrapperView for the EmptyView on CollectionView #26513 and resolved by the changes in PR CollectionView Items display issue when Header is resized on iOS #21812.
I have included a UI test for the reported issue use case in this PR.
Issues Fixed
Fixes #27200
Screenshot
Issue.mov
Fix.mov