You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2018/04/14 11:24:43 UTC

[GitHub] carlosrovira opened a new issue #177: Virtual List handles final items incorrectly

carlosrovira opened a new issue #177: Virtual List handles final items incorrectly 
URL: https://github.com/apache/royale-asjs/issues/177
 
 
   Last example in examples/ListExample is a virtual list that recycles item renderers. It's working ok until it reach the last record of data. At that time instead to stop "recycling" and remove the scroll bar to signal that we reach the final record it continues the same recycling process but this time we get "undefined" values as data.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services