Closed (fixed)
Project:
SoundManager2
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2012 at 19:57 UTC
Updated:
14 Aug 2012 at 00:56 UTC
Jump to comment: Most recent file
Comments
Comment #1
andreas_jonsson commentedI can confirm this issue, appearing with two or more instances of the 360 player initiated on a page.
It's line 376 in soundmanager2.module which adds the player configuration in the field settings.
Either an unique identifier of each field instance of the payer is needed, or the player appearance settings need to be set globally for all players and not per field.
Updating this to major.
Comment #2
andreas_jonsson commentedSeemingly similar issue with the jquery colorpicker and solution: http://drupal.org/node/1355924
Comment #3
infines commented#sm2-container {
height: 0;
overflow: hidden;
visibility: hidden;
}
I believe this is the solution. Add to the css file.
Comment #4
andyhawks commentedHere's gridbitlabs patch from #3. Can someone test this? Thx!
Comment #5
andyhawks commentedpatch #4 applied in latest 7.x-2.x-dev