Skip to content

bug: Problem with infinite-scroll and collection-repeat #2027

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

Closed
juliancesar opened this issue Aug 19, 2014 · 4 comments
Closed

bug: Problem with infinite-scroll and collection-repeat #2027

juliancesar opened this issue Aug 19, 2014 · 4 comments
Milestone

Comments

@juliancesar
Copy link

Type: bug

Platform: all

the collection repeat in beta.11 and nightly (2014-08-18) have a problem, the last item is a ghost item!

See the last item in this list with beta.11 and nightly:

http://codepen.io/juliancesar/pen/dguiL

http://codepen.io/juliancesar/pen/mBacp

Now, see in beta.10:
http://codepen.io/juliancesar/pen/DLgvu

In beta.10 its all ok, but in beta.11 the last item don't exists.

@mhartington
Copy link
Contributor

Hmm, passing this to @ajoslin, he's been working on some collection repeat issues

@ajoslin
Copy link
Contributor

ajoslin commented Aug 20, 2014

Weird. Checking this out.

@ajoslin
Copy link
Contributor

ajoslin commented Aug 20, 2014

Bounds bugs, man.

I checked if an item shouldn't be rendered by checking if index > length. But it should be if index > length - 1.

@ionitron-bot
Copy link

ionitron-bot bot commented Sep 6, 2018

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants