Needs review
Project:
Media Colorbox
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2012 at 18:01 UTC
Updated:
11 Jun 2013 at 07:02 UTC
Jump to comment: Most recent file
Comments
Comment #1
kmadel commentedFixed with latest dev (won't be available for 12 hours or so), and I will create another beta once it is tested by others.
Comment #3
murzSeems that this feature is broken again on fresh media module (7.x-2.0-unstable7+20-dev) because class and style params moved to 'attributes' sub-array.
Here is my patch that solves this problem for me:
Can you review and fix this in core?
Comment #4
murzComment #5
charlietoleary commentedAfter having a lot of fun with this bug, I managed to create a somewhat flexible patch for this which should fix this issue in the current dev version.
It involves alterations to media_colorbox_field_formatter_view() implemented in #3 and also a rework of some code in theme_media_colorbox().
Please review attached patch.