Index: branches/RC/core/admin_templates/incs/footer.tpl =================================================================== diff -u -N -r11056 -r11281 --- branches/RC/core/admin_templates/incs/footer.tpl (.../footer.tpl) (revision 11056) +++ branches/RC/core/admin_templates/incs/footer.tpl (.../footer.tpl) (revision 11281) @@ -9,12 +9,28 @@ var _Simultanious_Edit_Message = ''; var _DropTempUrl = ''; - addLoadEvent(function() {Form.Init('scroll_container')}); + addLoadEvent( + function() { + Form.Init('scroll_container'); + + // moving uploaders after form resize (needed only, when transparency is used)! + IterateUploaders('moveOutside'); + } + ); }