Index: branches/5.2.x/core/admin_templates/incs/grid_blocks.tpl =================================================================== diff -u -N -r16427 -r16602 --- branches/5.2.x/core/admin_templates/incs/grid_blocks.tpl (.../grid_blocks.tpl) (revision 16427) +++ branches/5.2.x/core/admin_templates/incs/grid_blocks.tpl (.../grid_blocks.tpl) (revision 16602) @@ -739,6 +739,11 @@ function refresh_grid() { + // Don't refresh grid, that has open modal windows. + if ( $modal_windows && TB.windowMetaData.length > 1 ) { + return; + } + // window.location.reload(); var $window_url = window.location.href; if ($window_url.indexOf('skip_session_refresh=1') == -1) {