Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(vertical-item): update height after render when the item is shown #126

Merged

Conversation

adamjmcgrath
Copy link
Contributor

When showing an item and setting contentInserted to true, it should wait for the item to render before updating the height.

We have items of very different heights and found that if the initial visible items were all considerably larger than defaultHeight, scrolling quickly to the bottom resulted in the last page of items being not being rendered. This fixes that issue.

@runspired runspired merged commit a6cb843 into html-next:develop Sep 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants