Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.6.0
-
None
-
824cecea329f20f6d2c9c3453677cea8f0943434, 8047d8f2e63df60b5ea3f6fd02568658c3d19fc6
Description
If I remove the first item from model, there is an empty space in listview before the beggining of the first item. For example:
myListView.model.remove(0); // let us have some fun
myListView.viewportY = 0; // there is an empty space!!
myListView.positionViewAtIndex(0); // all are ok, but
console.log(myListView.atYBeginning); // dumps false, but correct value is true