Closed (cannot reproduce)
Project:
Views Infinite Scroll
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2012 at 17:31 UTC
Updated:
25 Apr 2012 at 18:38 UTC
Jump to comment: Most recent file
Comments
Comment #1
Remon commentedThere is calls such as console.log in any version of views_infinite_scroll, might be an issue with other js code.
Comment #2
mattcasey commentedOK, what I found different is 1.1 uses the Child Selector ">". This requires the child be the first-level descendant, but in my View there is a div with class "inner content" in-between the view_selector and pager_selector causing it to not be triggered.
This updated version, starting at Line 21 in views_infinite_scroll.js, just removes the >'s and works for me:
Comment #3
mattcasey commentedPatch of #2. Also I still get the debug error but Infinite Scroller now works.