Safari support
JDSaward - March 9, 2009 - 23:49
| Project: | Views Rotator |
| Version: | 5.x-1.0-rc2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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?

#1
Same issue occurs in 6.x1-1.0-alpha2. Should I enter new issue for this in 6.x branch?
#2
More 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);