I have a view of users registered in the site with their images and items per page to 50 users.
Exposed filter in the view for filtering by name and city.
I load the page and scroll down all images are loaded and if I use the exposed filters to search for users it works fine.
If i load the page and without scrolling down use the exposed filters to search for a user and then scroll down the images that did not load initially have an extra spinner near them.
Every time i change my filter without loading all the images in the page an extra spinner is added.

Image attached.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

SantVim created an issue. See original summary.

SantVim’s picture

Issue summary: View changes
FileSize
35.65 KB
SantVim’s picture

Tried again with unload option checked, Every time I scroll up and down the spinner count reduces and disappears.

finnsky’s picture

steps to reproduce:

  1. Enable views AJAX.
  2. enable "Expose items per page".
  3. Change selectbox filter option.

Addd fix to check if icon-gif added already

sergeimalyshev’s picture

Status: Active » Needs review
FileSize
1.01 KB
418 bytes

There are very many console logs if use patch #4. I think it is unnecessary.

DamienMcKenna’s picture

Status: Needs review » Reviewed & tested by the community

This appears to work nicely.

legolasbo’s picture

Status: Reviewed & tested by the community » Needs review
FileSize
758 bytes

I've just merged #2935566: Icon not using real relative positioning which causes this patch to need a reroll. While looking at the patch I've found a cleaner way to implement it, so I've rewritten it. Please verify that it still works as expected.