Skip to content

Validating buffer for short lists and improper redundant renderers deletion.#15

Open
chudesno wants to merge 5 commits intomallzee:masterfrom
chudesno:master
Open

Validating buffer for short lists and improper redundant renderers deletion.#15
chudesno wants to merge 5 commits intomallzee:masterfrom
chudesno:master

Conversation

@chudesno
Copy link
Contributor

Things get messed when there are not enough items in the list. If we use '<', the buffer.top might be set to a negative value.

Updating buffer.bottom in the case when there are not enough items in the list.
@wedgybo
Copy link
Member

wedgybo commented Mar 25, 2014

@chudesno Thanks for another PR!

I've just been working on the same problem. Can you checkout the latest master branch and see if this PR is still required?

Cheers,
Jamie

@Traxmaxx
Copy link
Contributor

Works fine for me with the latest master branch.

chudesno added 3 commits April 8, 2014 15:47
Loop index does not get decreased when item is deleted
The case was handled earlier in original repo
@chudesno
Copy link
Contributor Author

chudesno commented Apr 8, 2014

You are right. The nagative value in the buffer.top is fixed in your commit. However there seems to be an issue with items deletion when the list becomes shorter. Could you review my fix and tell if it makes sense?

@chudesno chudesno changed the title Validating buffer for small list Validating buffer for short lists and improper redundant renderers deletion. Apr 10, 2014
@wedgybo
Copy link
Member

wedgybo commented Apr 23, 2014

Will try this out shortly!

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.

3 participants