Xamarin.forms: [Bug]List Items disappears when Xamarin.Forms upgraded to 4.0.0.618610 or later

Created on 22 Nov 2019  路  22Comments  路  Source: xamarin/Xamarin.Forms

Description

SfListView items disappear when an item is removed and added at the end of the list when GroupHeader is sticky.

Steps to Reproduce

  1. Run the attached sample. Scroll to the end of the list.
  2. Click the "Add" button.
  3. Now scroll SfListView.

Expected Behavior

Items and Group header should not disappear.

Actual Behavior

GroupHeader and random items gets disappeared.

Basic Information

  • Version with issue: 4.0.0.618610 or later
  • Last known good version: 4.0.0.540366
  • IDE: Visual Studio 2019.
    Sample:
    sfListViewBug.zip
4.0.0 5 regression high impact Android partner bug

All 22 comments

@gokulsaravanan What platform is this occurring on? Thanks!

@samhouts Only in android.
Regards
Gokul S

When I scroll down, tap the add button a couple of times and scroll back up items are starting to disappear.

Can you please update us the current status of this issue?

Kindly share the timeline for the reported issue?

@samhouts Can this be prioritized since it's affecting the customers using Syncfusion SfListView and it is broken due to recent changes.

@samhouts Can you please let us know if you need any more details from Syncfusion side?

@samhouts , Kindly share with us in which NuGet release you are planned to include the fix for the bug report. We are waiting very long for this fix?

@samhouts , Can you please update on this.

This is on the backlog. I don't currently have an estimate of when we may begin work on this item. Thank you for your patience!

@samhouts ,
Could you please update the timeline for this fix?
Thanks.

@samhouts,
Could you please provide the timeline for this fix?
Can this be prioritized since it's affecting the customers using Syncfusion SfListView and it is broken due to recent changes.
Thanks.

@gokulsaravanan I don't have an estimated timeline yet, but I have increased the priority on the backlog. Thanks!

@samhouts ,
Can this issue be fixed with high priority? please provide the timeline since we are waiting for a long time for this fix?
Thanks

@samhouts ,Can this be prioritized since it's affecting the customers using Syncfusion SfListView.

@samhouts ,
Could you please update the timeline for this fix?
Thanks.

@samhouts We tracked down this issue and it was broken because of the below changes.
https://github.com/xamarin/Xamarin.Forms/pull/6390/files#diff-84d52825ae90ee706c381a7e5148b0a0

@samhouts it would be okay, if you can provide overrides to unhook layoutchanged event for us.

Below the commit which leads to break.
https://github.com/xamarin/Xamarin.Forms/pull/6390/files

That is valuable information @syncsiva, thank you! What makes you think this is the cause?

@jfversluis we have debugged with xamarin source and back tracked the changes to find the breaking commit.

@samhouts We have copied ScrollViewRenderer and remove specific code to fix this issue in our latest version. Please consider to fix this issue to remove the workaround code we have added.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hartez picture hartez  路  178Comments

Giorgi picture Giorgi  路  99Comments

mfeingol picture mfeingol  路  58Comments

jassmith picture jassmith  路  69Comments

jassmith picture jassmith  路  199Comments