Problem: Everything seems to be installed fine according to the readme, the plugin activated, the scriptaculous files are in wp-include/js/scriptaculous. But when you go to the plugins page You cannot drag/drop the widgets. All that happens is you get the cross cursor but the widget box gets highlighted (selected) when u click and try to drag the widgets.
Solution:
Find this in widgets.php (at line 203):
wp_enqueue_script( 'scriptaculous-dragdrop' );
Add this immediately after that line:
wp_enqueue_script( 'scriptaculous-effects' );
If this still doesnt work then try the most obvious work arounds.
1) CTRL+F5 For a force Reload in FireFox.
2) Clear your browser's cache.
3) Try another browser.
I came accross the same problem and started a thread at the wordpress forums and it has been resolved. Thought of sharing it with you. All credits to finding and fixing the bug go to Otto42 from the wordpress forums.
Regards
Dhanesh.


