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

Buffer min max not updating on applyUpdates #167

Closed
booshmightythe opened this issue Jul 7, 2017 · 3 comments
Closed

Buffer min max not updating on applyUpdates #167

booshmightythe opened this issue Jul 7, 2017 · 3 comments

Comments

@booshmightythe
Copy link

Hi there,

I have an issue whete if the number of items in the scroll is less than the buffer size then if I add items at a certain index or append or prepend items to the buffer, everything becomes visible and the scrolling does not work.

Almost as if the buffer size is not being updated with the new size after the update. This works ok when the number of items initially is larger than the buffer size to begin with. I need this to work without reloading the whole scroller.

Many thanks for any help
Alistair

@dhilt
Copy link
Member

dhilt commented Jul 7, 2017

@booshmightythe I guess, the issue #151 covers this problem. Will try to resolve it for 1.7.0 release. Thanks!

@dhilt
Copy link
Member

dhilt commented Aug 18, 2017

@booshmightythe We are moving to 1.7.0 release and there are some updates relating to your issue in append-clip branch. It would be greate if you could try new distributive of the library in your project and say if it works for you or not.

@dhilt
Copy link
Member

dhilt commented Sep 29, 2017

Closed due to 1.7.0-rc.2 is released. If new version does not solve the issue, please feel free to reopen it with appropriate details/repro.

@dhilt dhilt closed this as completed Sep 29, 2017
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

No branches or pull requests

2 participants