TinyMCE is broken

Solved it by adding this to wp-config.php, which kills the js combining.

define( 'CONCATENATE_SCRIPTS', false );