Closed (duplicate)
Project:
Views Slideshow
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2011 at 02:19 UTC
Updated:
10 Mar 2011 at 15:29 UTC
Hi,
Every views slideshow is working as it supposed to be but when I change my settings on views slideshow,
everything stop working and I got this javascript problem on firebug.
Drupal[methods[i]] is undefined
[Break On This Error] if (typeof Drupal[methods[i]...!(methods[i] in excludeMethodsObj)) {
Comments
Comment #1
redndahead commentedI need the info from the source of your page that looks like this.
Comment #2
mjgruta commentedthe problem is when I enable Slide Counter widget.
I used it and it is working fine when I didn't change anything but when I enabled something and save, the problem shows. I already revert my changes to the way it was before but it still has the problem. It worked fine again when I disable Slide Counter.
where can I view that? I don't know how. Sorry, i'm still new to drupal.
Comment #3
redndahead commentedIf you right click on your web page and you click view source It will be above the opening body tag.
Comment #4
mjgruta commentedComment #5
Jerome F commentedYes I described a simimar problem
(see old duplicate for more details : http://drupal.org/node/1087194)
The slideshow is frozen at slide 1
You can see an example here : http://mariacristinaescobarlopez.com/content/bang-bang
Comment #6
chiddicks commentedHave a look at this issue: #1049686: Cannot read property 'transitionBegin' of undefined
I had the same problem listed above and solved it using the patch submitted in the issue above. Running the view in Chrome elicited a different error message, which is cited in the issue above. The patch is against an older dev version, so I recommend applying the patch manually, since it's just a few lines. The error will tell you which line the offending code is located at.