Widget Screen Locked

sounds like something is breaking your javascript. Install/Open Firebug (if using firefox) and check the console for JavaScript errors then debug from there. It’s probably a plugin loading some conflicting JS. The other thing I’ve seen do this is loading jQuery from Google CDN in the backend. So if your theme is using the fairly common snippet to de-register jQuery then re-register it from google CDN it should only do so on the frontend.