Index: lams_central/web/includes/javascript/groupDisplay.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/groupDisplay.js,v diff -u -r1.37.2.7 -r1.37.2.8 --- lams_central/web/includes/javascript/groupDisplay.js 14 Jul 2015 14:28:30 -0000 1.37.2.7 +++ lams_central/web/includes/javascript/groupDisplay.js 9 Sep 2015 12:12:37 -0000 1.37.2.8 @@ -172,10 +172,10 @@ // if it was just created if (dialog) { // tell the dialog contents that it was resized - dialog.closest('.ui-dialog').on('resizestop', function(event, ui){ + dialog.closest('.ui-dialog').on('resizestop dialogextendmaximize dialogextendrestore', function(){ var frame = $('iframe', dialog)[0], win = frame.contentWindow || frame.contentDocument; - win.resizeSequenceCanvas(ui.size.width, ui.size.height); + win.resizeSequenceCanvas(dialog.width() - 10, dialog.height() - 10); }); dialog.dialog('open'); }