Index: branches/RC/core/admin_templates/js/jquery/thickbox/thickbox.js =================================================================== diff -u -N -r11671 -r11678 --- branches/RC/core/admin_templates/js/jquery/thickbox/thickbox.js (.../thickbox.js) (revision 11671) +++ branches/RC/core/admin_templates/js/jquery/thickbox/thickbox.js (.../thickbox.js) (revision 11678) @@ -68,6 +68,7 @@ // increment window counter if (TB.windows.length == 0) { getFrame('head').$FrameResizer.fullScreen(); + $(window).scroll(TB.position); } TB.windows[TB.windows.length] = '#' + TB.getId('TB_window', 1);