Completed
Last Updated: 19 Feb 2020 16:24 by ADMIN
Release R1 2020 SP1
ADMIN
Nikolay
Created on: 08 Feb 2017 08:48
Category: ListView
Type: Bug Report
4
ListView: [iOS] Scrolls up/down on UI update
This can be reproduced in the SDK examples ->ListView -> Gestures -> CellSwipeEvents. 
1. Change the content of the items so that they have uneven height
2. Scroll down 
3. Delete an item by swiping
-> Expected result : The items re-arrange correctly
-> Actual result : The item is deleted but the ListView is scrolled up when the UI is updated
5 comments
ADMIN
Alex
Posted on: 13 Sep 2019 12:35
Hello Sebastian,

The current status of our issue is still not fixed.

I am sorry I cannot provide you a specific estimated time, keep in mind that we have logged this issue with high priority and it will be fixed in some of the upcoming releases. 

Regards,
Alex
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tobias
Posted on: 11 Sep 2019 12:33

Hello Alex,

what is the current status of this issue?

We are experiencing this bug in our app as well and our users are complaining about it.

Regards,

Sebastian

 

ADMIN
Alex
Posted on: 29 Jul 2019 13:18
The issue could be reproduced in scenarios when:

- deleting rows with uneven height.

- scrolling the ListView it's item jumps to the top or bottom when clicked on this item and a layout is expanded.

Regards,
Alex
Progress Telerik
ADMIN
Yana
Posted on: 13 Jul 2018 10:33
Hi Eric,

We have this issue logged with high priority in our backlog, at the moment I cannot commit to a specific timeframe, but definitely we have this in mind and will provide a fix in some of the upcoming releases.

Regards,
Yana
Eric
Posted on: 25 Apr 2018 14:17
Can this bug be fixed upon the next release? We've been dealing with the repercussions of it since well last year. 
This bug also occurs when you change a property value of the model in the list. For example, we can swipe to pin an item and once it pins, it jumps ALL the way up! 

To anybody trying to 'fix' it, you can set the listview property, 'IsItemsReorderEnabled' to 'TRUE' and it won't jump up anymore. It's not a good fix because if people hold onto the item for too long, it starts to move it to another position in the list.