Closed (fixed)
Project:
Masonry API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2012 at 08:18 UTC
Updated:
10 Mar 2013 at 21:33 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedThanks for the bug report!
It took me a while, but I finally worked out that I was adding settings for the colorbox formatter when it wasn't necessarily installed. This is what was causing the errors.
The attached patch should fix this. Please test and let me know if it does so I can commit it.
Comment #2
Anonymous (not verified) commentedJust realised I didn't need to change the version...
Comment #3
Anonymous (not verified) commentedCommitted: http://drupalcode.org/project/masonry.git/commit/4914e84
Comment #5
controla commentedThis same patch, modified for "fancybox" solves this issue with fancybox module.
This solution should be treated in a more generic way to avoid creating special cases for each helper, shouldn't it?
Comment #6
Anonymous (not verified) commentedProbably, patches welcome!
Please open a new issue for either Fancybox integration, or a more generic solution. This specific bug report is fixed.