Index: lams_central/web/includes/javascript/groupDisplay.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/groupDisplay.js,v diff -u -r1.45 -r1.46 --- lams_central/web/includes/javascript/groupDisplay.js 9 Jul 2015 14:38:27 -0000 1.45 +++ lams_central/web/includes/javascript/groupDisplay.js 9 Sep 2015 12:10:23 -0000 1.46 @@ -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'); }