There ist a Bug in the file:
..\ow_static\plugins\base\js\ow.js
The height in Row 1968 should be auto and not 45
The Problem is, that I couldn't click the Submit button, because the Div overlays it.
this.showLoader = function(){
$previewCont.empty().addClass('attachment_preloader').animate({height:'auto'});
}
Please fix this.