I'm finding that when trying to drag and drop reorder things like menu items, I can drag the item, but not drop it. ie when I release the mouse button, the item remains selected and continues to move as I move the mouse.

Using firebug reveals the following error that happens on mouse up.

Error: this._each is not a function
Source File: http://mysite.com/sites/all/modules/lightbox2/js/prototype.js?1316428077
Line: 594

Comments

simg’s picture

Edit: Disabling the Lightbox2 module fixes the problem with the menu/item re-ordering

yukare’s picture

Status: Active » Closed (fixed)

There is a fix for this in git(commited last night), maybe the drupal.org was not updated the dev when you get it, please try downloading again the last dev and report if you still have this error.

I have it working on my personal site, and with the last dev this error is gone.

simg’s picture

thanks yukare :)