Gallery reordering issue...

Permalink Browser Info Environment
I'm having a problem reordering the images in my galleries.

When I'm editing the block where my gallery is posted, I get the four-way arrow cursor, but I'm unable to drag-and-drop the images to reorder them. I noticed noone else has reported this issue, so obviously I'm either doing something wrong on my end, or I have something screwy in my configuration.

Any clue to what I need to do to reorder my images?

Type: Discussion
Status: New
dementior
View Replies:
jordanlev replied on at Permalink Reply
jordanlev
This is probably due to some javascript error or conflict with your theme or another addon in your site. Also might be an issue with a particular browser (are you using IE9 by any chance?)
What theme are you using? Did you customize it at all? What other addons do you have on that page with the gallery? Finally, can you post a link to the site?
dementior replied on at Permalink Reply
dementior
Thanks for the quick reply Jordan!

Your first suggestion was correct. I was using IE9 initially, so I tried Firefox, and it worked. IE9 was the culprit. Your addon works as advertised when I use Firefox.

Problem solved!
Thanks again!
jordanlev replied on at Permalink Reply
jordanlev
This problem will magically go away whenever the next version of Concrete5 is released, but until then you can fix it yourself by adding this snippet of code to the bottom of YOURSITE/packages/sortable_fancybox_gallery/blocks/sortable_fancybox_gallery/auto.js:
// This hotfix makes older versions of jQuery UI drag-and-drop work in IE9
(function($){var a=$.ui.mouse.prototype._mouseMove;$.ui.mouse.prototype._mouseMove=function(b){if($.browser.msie&&document.documentMode>=9){b.button=1};a.apply(this,[b]);}}(jQuery));


Note that you'll probably want to remove that if/when you upgrade to the next version of Concrete5 (5.4.2, which has NOT been released as of this post, but should be released in August 2011).

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.