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
Comment #1
simg commentedEdit: Disabling the Lightbox2 module fixes the problem with the menu/item re-ordering
Comment #2
yukare commentedThere 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.
Comment #3
simg commentedthanks yukare :)