maui icon indicating copy to clipboard operation
maui copied to clipboard

[MAUI]The Vertical CollectionView rendering is incorrect when scrolling "Breakfast" to bottom on iOS and Maccatalyst target.

Open QianaJiao opened this issue 2 years ago • 2 comments

Description

The Vertical CollectionView rendering is incorrect when scrolling "Breakfast" to bottom on iOS and Maccatalyst target.

Steps to Reproduce

Steps to reproduce:

  1. Download the project https://github.com/rachelkang/recipeSearch and Locate it.
  2. Execute: dotnet build -t:Run -f net7.0-ios -p:DeviceName=: v2:udid=***** (iPhone 14 Pro Max)
  3. Tap or click on the "Breakfast" button.
  4. Scroll to the bottom of the page

Actual results: The Vertical CollectionView rendering is incorrect when scrolling "Breakfast" to bottom on iOS target. After sliding to the bottom, it should no longer be possible to continue sliding. image

Expected Result: CollectionView should scroll all the way to the bottom seamlessly without causing any layout changes. image

Link to public reproduction project repository

https://github.com/rachelkang/recipeSearch

Version with bug

8.0.0-preview.4.8333

Affected platforms

iOS, macOS

Affected platform versions

iOS 16

QianaJiao avatar Jun 13 '23 02:06 QianaJiao

Is this still a problem on Preview 6?

symbiogenesis avatar Jul 20 '23 00:07 symbiogenesis

Verified this issue with Visual Studio Enterprise 17.6.8 (build 400). Can repro this issue on iOS platform with sample project. https://github.com/rachelkang/recipeSearch

Zhanglirong-Winnie avatar Jan 25 '24 08:01 Zhanglirong-Winnie