Hi all,
I just tried Views Infinite Scroll with Views Bulk Operation and it doesn't work. When I remove VBO from View, Infinite scroll works fine.
Any help?
Thank you.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | views_infinite_scroll-vbo-1965288-2.patch | 560 bytes | jsagotsky |
Comments
Comment #1
euphoric_mv commentedP.S. I got message in console in Chrome:
Uncaught TypeError: Cannot read property 'top' of nullComment #2
jsagotsky commentedI ran into this too. Looks like it's fixed upstream, but I've attached a patch for 7.x-1.1.
The selector for a views table was "div.view-content > table > tbody". When vbo was enabled, there was a form between the div and the table.
Comment #3
SilviuChingaru commentedComment #4
Niremizov commentedApplied patch, it does fix the issue.
Comment #5
Niremizov commentedEh, the patch fixes the issue only partially. If you choose rows for VBO that were loaded by ajax, than VBO won't process them normally...
Comment #6
Niremizov commentedSee issue https://www.drupal.org/node/1207348 - And probably it is better (easier) to use https://www.drupal.org/project/views_load_more pager to work with VBO.
Comment #7
honza pobořil commentedComment #8
honza pobořil commented