Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

Moderators: martimiz, UncleCheese, Sean, Ed, biapar, Willr, Ingo, swaiba

Javascript error in album change - ImageGallery module


Go to End


1416 Views

Avatar
jryancard

8 Posts

16 September 2009 at 1:03am

Edited: 16/09/2009 1:23am

Edit: As soon as I posted this, I realized I needed to update the ImageGallery module. Works like a charm.

I've run across a javascript error that occurs when changing the albums in the ImageGallery module. I'm running 2.3.2. It happens when I change the album more than once, e.g. I change to the Soccer album, and then to the Basketball album. Here is the Firebug output:

$(this).data("mouse") is undefined
http://*/dataobject_manager/javascript/jquery-ui.1.5.3.js
Line 1645

The line in dataobject_manager.js is line 294

The only way to get around it is to refresh the page. Any ideas?