maui icon indicating copy to clipboard operation
maui copied to clipboard

CollectionView footer disappear unexpectedly

Open jevonsflash opened this issue 11 months ago • 3 comments

Description

When CollectionView's items increased or decreased, the footer will disappear abnormally. I am not sure what the rule is. It seems that even numbers disappear and odd numbers recover.

normal: image

abnormal:

image

Steps to Reproduce

  1. Create a CollectionView in the page and bind the entry to an viewmodels's ObservableCollection object

  2. Add a button to the Footer property for insert object to the ObservableCollection

3 .Click the button to add entries for the CollectionView

Link to public reproduction project repository

https://github.com/jevonsflash/maui-samples/blob/master/Tile2/MainPage.xaml

Version with bug

7.0.92

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

jevonsflash avatar Sep 17 '23 02:09 jevonsflash

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.

ghost avatar Sep 18 '23 14:09 ghost

Verified this on Visual Studio Enterprise 17.8.0 Preview 2.0(8.0.0-rc.1.23419.4). Repro on Android 13.0-API33, not repro on iOS 16.4 with below Project: Tile2.zip footerNET8

XamlTest avatar Sep 20 '23 08:09 XamlTest

I'm facing same issue, any update on fixing this?

Kadlerz avatar Jan 13 '24 12:01 Kadlerz

Same issue here, latest version installed

lukealderton avatar Mar 25 '24 21:03 lukealderton