-
Notifications
You must be signed in to change notification settings - Fork 768
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
fix(listview): setting SelectedItem during list refresh leaves blank in items on wasm/skia #19654
fix(listview): setting SelectedItem during list refresh leaves blank in items on wasm/skia #19654
Conversation
🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-19654/index.html |
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-19654/index.html |
|
…in items on wasm/skia
89f1e1d
to
0b923d5
Compare
The vote was reset, because the PR has been completely changed (minus the new test). |
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-19654/index.html |
🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-19654/index.html |
|
0b923d5
to
20c0e90
Compare
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-19654/index.html |
🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-19654/index.html |
src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_ListViewBase.cs
Show resolved
Hide resolved
The build 157913 found UI Test snapshots differences: Details
|
@Mergifyio backport release/stable/5.6 |
✅ Backports have been created
|
…5.6/pr-19654 fix(listview): setting SelectedItem during list refresh leaves blank in items on wasm/skia (backport #19654)
GitHub Issue (If applicable): closes unoplatform/kahua-private#272
PR Type
What kind of change does this PR introduce?
What is the current behavior?
On Wasm/Skia, when setting ListView::SelectedItem during the list refresh/rebuild will causes any item before the selected one to be render as blank.
What is the new behavior?
^ not anymore.
PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.