Index: lams_central/web/includes/javascript/authoring/authoringActivity.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/authoring/authoringActivity.js,v diff -u -r1.38.2.27 -r1.38.2.28 --- lams_central/web/includes/javascript/authoring/authoringActivity.js 28 Oct 2016 16:21:02 -0000 1.38.2.27 +++ lams_central/web/includes/javascript/authoring/authoringActivity.js 5 Nov 2016 11:56:08 -0000 1.38.2.28 @@ -1337,9 +1337,10 @@ if (activity.authorURL) { showDialog("dialogActivity" + activity.toolContentID, { - 'height' : Math.max(200, $(window).height() - 60), - 'width' : 1024, - 'draggable' : false, + 'height' : Math.max(300, $(window).height() - 30), + 'width' : Math.max(380, Math.min(1024, $(window).width() - 60)), + 'draggable' : true, + 'resizable' : true, 'title' : activity.title + ' ' + LABELS.ACTIVITY_DIALOG_TITLE_SUFFIX, 'beforeClose' : function(event){ // ask the user if he really wants to exit before saving his work