Active
Project:
Frontpage Slideshow
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Mar 2009 at 01:49 UTC
Updated:
5 Sep 2011 at 22:36 UTC
When the slideshow is created and loaded as a block, it affects the ctools (chaos tools) and panels module.
On line 162 of the ctools module mc.js, a catchable type error jQuery.modalContent is not a constructor error is thrown.
I tried changing the name of the of the class jQuery.modalContent, but that didn't work. Any ideas of what could be happening here?
here are some snips from that file:
jQuery.smodalContent = function(content, css, animation, speed) { ... }
jQuery.fn.modalContent = function(css, animation, speed)
{
...
new jQuery.modalContent($(this), css, animation, speed);
}
any ideas are appreciated here ;)
Comments
Comment #1
sanestrategy commentedWow I wish I would have seen this issue earlier. STILL a problem, either with ctools or front page slideshow. More on this issue on the Panels issue area here: http://drupal.org/node/453692
Comment #2
rhylos commentedSetting the javascript location to footer in the fpss admin settings may correct this issue.