Open tnguyen14 opened 11 years ago
When a ListItem has an image, the height of that item as reported by updateCoords method is wrong.
ListItem
updateCoords
This causes the ListView height to be wrong as well, in my case it is much smaller than the actual height of its content.
ListView
This seems to be an issue for only Chrome and Safari. Firefox seems to be reporting the right height.
I'm seeing the same issue.
When a
ListItem
has an image, the height of that item as reported byupdateCoords
method is wrong.This causes the
ListView
height to be wrong as well, in my case it is much smaller than the actual height of its content.