Active
Project:
Views Fluid Grid - jQuery Masonry
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 May 2010 at 20:19 UTC
Updated:
1 Apr 2011 at 20:58 UTC
I try to use it. but i get a message about problems with the js script. Firefox ask me to abort the script.
There is some requeriments to use it? some drupal version? i will try to watch where is the problem and post more information
Comments
Comment #1
t0b1 commentedhad the same problem
now doing a workaround without fluid grid for finishing the site
Comment #2
meatbag commentedSame here.
Comment #3
pribeh commentedI get this problem when I don't specify a column width in the views settings.
Comment #4
7wonders commentedYep. As soon as you set a default column width it is smooth as silk.
Comment #5
thomas1977 commentedCan confirm that the browser crashes (Chrome + Safari) without column width set.
Comment #6
cyborg_572 commentedA client site had me fixing a few issues with this module, this was one of the first I had to tackle. It turns out some of the php-to-javascript stuff was resulting in an empty string for the column width, when masonry was expecting either a value or undefined.
The code here http://drupal.org/node/1113602 has the fix, along with some others.