GitLab 6.0pre : Infinite scroll function doesn't work sometimes
Created by: andrewwutw
This problem exists on version 6.0pre (e6affad9), but also can be reproduced in GitLab demo site ( 5.3.0 48d37272 ).
Tested on Mac OSX, Firefox, Chrome and Safari.
Go to this address:
http://demo.gitlabhq.com/gitlab/gitlabhq/commits/ubuntu_script
You will see the commit list page:
Don't scroll down, just click the first commit. You will see:
Then back to previous page (commit list page), scroll down to bottom of the page, it should auto load more data(infinite scroll), but it loads forever:
Reloading the page(press F5 key) can fix this.