Closed (fixed)
Project:
Views Slideshow
Version:
7.x-3.x-dev
Component:
API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2011 at 11:01 UTC
Updated:
1 Feb 2013 at 19:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
snufkin commentedPatch wraps the method call into a defined check and thus fixes the JS. I am not 100% sure that this is not a workaround to a deeper problem, but at the moment I can't debug in more detail.
Comment #2
kevinsiji commentedSame issue. It caused the Admin Menu to disappear and Superfish Menu subitems stopped expanding. Thank you snufkin for the patch. For time being, I have used it.
Comment #3
chiddicks commentedThis error manifests in FF as "Drupal[methods[i]] is undefined on line 181 - views_slideshow.js". Based on my testing, this is the same problem, but "Uncaught TypeError: Cannot read property 'transitionBegin' of undefined" is what Chrome reports. The above patch works for me. Thanks.
Check #1085888: Drupal[methods[i]] is undefined on line 181 - views_slideshow.js and other duplicate issues for information.
Comment #4
redndahead commentedI have added the extra check. Thanks Snufkin
Comment #6
tangent commentedThis needs to be backported to 6.x as it's equally broken there. Enabling block caching in a view causes slideshow blocks to break due to this issue.