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.21k stars 1.75k forks source link

[MAUI] Unable to scroll up and down #23309

Closed ninachen03 closed 3 months ago

ninachen03 commented 4 months ago

Description

Affected case: all I3,I4,I5,I6,I7,I8,I9

Steps to Reproduce

  1. Deploy https://devdiv.visualstudio.com/Pkgs/_git/VS.TestAssets.Xaml?path=/Assets/Projects/ManualMauiTests to MacCatalyst.
  2. Navigate to 'I CollectionView' ->'i3_Sizing->Variable size items. (all I3,I4,I5,I6,I7,I8,I9 case.)

Actual Behavior: Unable to scroll up and down

Scrolled Expected Behavior: Can scroll up and down.

Link to public reproduction project repository

https://devdiv.visualstudio.com/Pkgs/_git/VS.TestAssets.Xaml?path=/Assets/Projects/ManualMauiTests

Version with bug

Microsoft.Maui.Controls 8.0.70-ci.net8.24326.4

Is this a regression from previous behavior?

Not a regression, The issue also repro on 8.0.61& 8.0.3

Affected platforms

iOS, Android, Windows, MacOS

github-actions[bot] commented 4 months ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

Nina-1210 commented 4 months ago

@ninachen03 The issue has been fixed in this PR: https://devdiv.visualstudio.com/Pkgs/_git/VS.TestAssets.Xaml/pullrequest/560855, please download the latest code and try again.

ninachen03 commented 3 months ago

This issue has been verified using Visual Studio 17.11.0 Preview 3 (8.0.80-ci.net8.24360.1). Cannot repro it.