I also have this problem on 2.3.1. I deactivated all plugins and swithced to the default theme and it does not work. IE reports a javascript error:
Object does not support this property or method.
For this line:
jQuery(‘#widget_stags-1control’).Draggable({handle: ‘.controlhandle’, zIndex: 1000});
This is the first instance of .Draggable() on the page.
There is also an unterminated string constant error, I believe it’s in the jquery/interface.js file because it reports it at character 65314.. but couldn’t find anything wrong looking at it, although the compressed output is pretty confusing.
Anyone have any ideas on this?