angular-masonry icon indicating copy to clipboard operation
angular-masonry copied to clipboard

Masonry & NgInfiniteScroll not playing well together

Open misterch0c opened this issue 9 years ago • 0 comments

Hello, since I've been using masonry my app becap unresponsive in some Firefox browers. By unresponsive I mean that after stome times firefox give me a message like "some script didn't respond"... Continue or stop.

Often the script is outlayer/item, outlayer/outlayer, jquery or eventEmitter... Any idea what could cause this?

edit: This was because I was loading too much data at once... So now I use ngInfiniteScroll but it's messing with masonry. I display rectangular divs and now they don't place well. When I put more data into the scope then masonry places the div in a strange manner. Let's say I have 3 raws and 3 columns then masonry will put a blank space for the second div of the second col and second row for example... Any idea about that?

misterch0c avatar Nov 09 '15 08:11 misterch0c