-
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
[Windows] Resizing window causes CarouselView glitches #17829
Comments
NOT reproducible on net7 (7.0.401) There's also a spacing difference. In net7, all the items render right next to each other whereas in net8, only one item is shown at a time. |
Confirmed that this changed between 8.0.0-preview.7.8842 and 8.0.0-rc.1.9171, likely from #16842. However, I'm not sure if it's actually a regression or if there is perhaps code in the sample app that was written to workaround the weird behavior of CarouselView in Windows before the change was made? @rachelkang please investigate! Thanks! |
Removing this code from the sample does prevent the glitchy behavior from surfacing! Based on some of the comments in the PR that describe grey blocks on resizing, it does sound like the glitchy behavior might be part of a long-standing known issue: #16842 (comment) |
Love it! I'm going to downgrade this from a regression, but we'll keep it open to track the glitchy bug. THANK YOU |
This issue was verified in Visual Studio 17.10.0 Preview 1 (maui version: 8.0.6). Use the sample project to reproduce the issue on the Windows platform. |
Probably solved by this #22222 |
Description
Resizing a window on a page with a CarouselView causes the CarouselView sizing, image rendering, and position to glitch inconsistently.
CarouselViewWindowResizeGlitches.mp4
Steps to Reproduce
Link to public reproduction project repository
https://github.com/rachelkang/recipeSearch
Version with bug
8.0.0-rc.1.9171
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
8.0.0-preview.7.8842
Affected platforms
Windows
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: