Index: lams_tool_laqa/web/authoring/BasicContent.jsp =================================================================== diff -u -r25926416627bc26118eb1ed175a5749f973be249 -raf8ecb20a33dcdb027a9704549d367d38359b4d9 --- lams_tool_laqa/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision 25926416627bc26118eb1ed175a5749f973be249) +++ lams_tool_laqa/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision af8ecb20a33dcdb027a9704549d367d38359b4d9) @@ -64,11 +64,10 @@ submitMonitoringMethod('removeQuestion'); } - function resizeIframe(heightOffSet, widthOffSet) + function resizeIframe(heightOffSet) { var iframe = document.getElementById("messageArea"); iframe.style.height = parseInt(iframe.style.height) + heightOffSet + "px"; - iframe.style.width = parseInt(iframe.style.width) + widthOffSet + "px"; } Index: lams_tool_laqa/web/authoring/newQuestionBox.jsp =================================================================== diff -u -rce3e782fd6844641f7298e09104f8d7554f073ff -raf8ecb20a33dcdb027a9704549d367d38359b4d9 --- lams_tool_laqa/web/authoring/newQuestionBox.jsp (.../newQuestionBox.jsp) (revision ce3e782fd6844641f7298e09104f8d7554f073ff) +++ lams_tool_laqa/web/authoring/newQuestionBox.jsp (.../newQuestionBox.jsp) (revision af8ecb20a33dcdb027a9704549d367d38359b4d9) @@ -100,7 +100,7 @@ { heightOffSet = document.getElementById('wizardDiv').offsetHeight; } - window.top.resizeIframe(heightOffSet,0); + window.top.resizeIframe(heightOffSet); heightOffSet = heightOffSet * -1; }); });