Great module.
Testing in Safari (on PC) I see the first node of my view is loaded and displayed correctly but the rotation does not commence. (Correct behaviour occurs in FF and IE7).
Anybody else observed this?
Great module.
Testing in Safari (on PC) I see the first node of my view is loaded and displayed correctly but the rotation does not commence. (Correct behaviour occurs in FF and IE7).
Anybody else observed this?
Comments
Comment #1
azraindog commentedSame issue occurs in 6.x1-1.0-alpha2. Should I enter new issue for this in 6.x branch?
Comment #2
azraindog commentedMore information on this issue in 6x-1.0-alpha2:
Safari 4 Web Inspector reports the following immediately following line 14
"TypeError: Result of expression '$('#' + id).cycle' [undefined] is not a function."
The code referenced is:
12 Drupal.behaviors.views_rotator = function(context) {
13 $.each(Drupal.settings.views_rotator, function(id) {
14 $('#' + id).cycle(this);