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

Use FileList.files instead of DOM to get all images #22

Merged
merged 2 commits into from Apr 30, 2014
Merged

Conversation

PVince81
Copy link
Contributor

@PVince81 PVince81 commented Apr 4, 2014

Because of infinite scrolling, not all file entries are in the DOM.

This fix uses the FileList.files array instead.

Because of infinite scrolling, not all file entries are in the DOM.

This fix uses the FileList.files array instead.
@PVince81 PVince81 added the bug label Apr 30, 2014
@PVince81
Copy link
Contributor Author

@icewind1991 please review.
Without this fix the slideshow will not be able to find the files from the non rendered tr pages.

@icewind1991
Copy link
Contributor

@PVince81 made a fix to the calculation of the start index for when a folder contains more then just images.
Can you have a quick look at the change and then we can merge.

@PVince81
Copy link
Contributor Author

Yes, looks good. I retested it and it works fine 😄

PVince81 pushed a commit that referenced this pull request Apr 30, 2014
Use FileList.files instead of DOM to get all images
@PVince81 PVince81 merged commit 3962dbd into master Apr 30, 2014
@PVince81 PVince81 deleted the usefilesarray branch April 30, 2014 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants