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.

Comments

euphoric_mv’s picture

P.S. I got message in console in Chrome:
Uncaught TypeError: Cannot read property 'top' of null

jsagotsky’s picture

StatusFileSize
new560 bytes

I 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.

SilviuChingaru’s picture

Status: Active » Needs review
Niremizov’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community

Applied patch, it does fix the issue.

Niremizov’s picture

Status: Reviewed & tested by the community » Needs work

Eh, 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...

Niremizov’s picture

See 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.

honza pobořil’s picture

Status: Needs work » Closed (outdated)
honza pobořil’s picture