I have placed an instance of galleryformatter into a jqueryUI tab and get the following error.
Uncaught RangeError: Invalid array length on line 12 of infiniteCarousel.js
This error results in no transitions, no arrows over the image and no gallery thumb forward or back buttons.
any thoughts?
running jquery update, and using a responsive theme called Sirate by ThemeBrain which uses the module response.js
Comments
Comment #1
navijo commentedHi, I've solved it by adding
before
in line 29 of infiniteCarousel.js
Hope it helps!
Comment #2
kscheirerI think this is a dupe of #2044143: Math.ceil should be floor on infiniteCarousel
Using floor instead of ceil should round properly, and then you shouldn't get array out of range errors. Please reopen this issue if that's not the case.
Comment #2.0
kscheirerforgot some info