Closed (cannot reproduce)
Project:
Masonry API
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2013 at 01:44 UTC
Updated:
28 May 2013 at 17:01 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedWe actually already use the imagesLoaded function, may just need to move the reload function within it...
Give this patch a try and let me know if that works for you.
Comment #2
funature commentedi'm afraid the patch is not working...
Comment #3
Anonymous (not verified) commentedI tested it on my site when I made the patch and it seemed to work fine.
Could you provide some more information other than 'it's not working'?
Does the patch not apply, do new images appear when you scroll to the bottom of the screen...?
Comment #4
funature commentedit seems ok if just few pages are loaded. but after loading of certain pages with images, it is not working right, the new loaded images are stacking together. It looks like there are too many images for the reload function to finish the job in short time. The problem is the same wether this patch applied or not. Actually I have applied the patch from http://drupal.org/node/1806628#comment-7074420, and that works for me. If you have no doubt with that one, maybe we should take that and commit it to next release.
Comment #5
Anonymous (not verified) commentedOk, so I've just spent the last few hours trying to replicate this issue and failing.
I'm hesitant to commit the code from http://drupal.org/node/1806628#comment-7074420 as it just doesn't seem right having two imagesLoaded functions unnecessarily...
If you can post a link to where you're seeing this issue, I'll try to look into it further. Otherwise I'm marking this as can't reproduce.
Comment #6
funature commentedperhaps if you use adaptivetheme you will see the problem.
Comment #7
mgwisni commentedI was having the exact same issue as Euroba using AdaptiveTheme and the Picture module. It was fixed by changing the initialize masonry script to the code found here: https://drupal.org/node/1806628#comment-7399254