dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.22k stars 1.75k forks source link

[Windows] Weird state with CarouselView #17578

Open jsuarezruiz opened 1 year ago

jsuarezruiz commented 1 year ago

Description

Sometimes launching the App and especially changing the size of the App window, the CarouselView stays in a strange state: issue-cv-movies NOTE: Not touching the screen, the CarouselView tries to continually move the position itself.

Steps to Reproduce

  1. Download or sync https://github.com/jsuarezruiz/netmaui-movies-app-challenge
  2. Launch the App on Windows.
  3. Resize the App Window.

Link to public reproduction project repository

https://github.com/jsuarezruiz/netmaui-movies-app-challenge

Version with bug

8.0.0-rc.1.9171

Is this a regression from previous behavior?

No, this is something new

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

ghost commented 1 year ago

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.

XamlTest commented 1 year ago

Verified this on Visual Studio Enterprise 17.8.0 Preview 2.0(8.0.0-rc.1.9171). Repro on Windows 11 with below Project: MoviesApp.zip