Closed (fixed)
Project:
HeadJS
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2011 at 23:17 UTC
Updated:
23 Feb 2011 at 11:10 UTC
Hi, just noticed that when this is enabled my slideshows created with the Views Slideshow module stop working. The slideshow should appear as a main foto, and below it thumbnails of the other fotos in the slideshow. It should also rotate automatically every couple seconds. When headjs is enabled, the first foto displays, but no thumbnails are displayed, and the foto does not rotate.
Comments
Comment #1
tancYes, this is also my experience but with a similar module: http://drupal.org/project/jcarousel
I found that there were no issues in Firefox but for some reason webkit based browsers choked.
Comment #2
sja1 commentedMore info: Using firefox v3.6 browser I tested with both full version and loader version setting, and with the drupal javascript aggregation setting both on and off, and all combinations of the two (full version, aggregation off; full version, aggregation on; Loader version, aggregation off; loader version, aggregation on). The problem persisted in all cases.
Comment #3
alexweber commentedAfter a preliminary fix, both views slideshow and jcarousel seem to work more often than not.
This seems to be an issue similar to what occurs with LABjs: #1031544: $.domready() may fire before jQuery is loaded - the jQuery ready() event seems to get fired before all components are loaded in some cases.
Either way I'm considering this issue fixed and will open a new issue to better address the problem!
Comment #4
alexweber commented