Index: lams_central/src/flash/org/lamsfoundation/lams/authoring/cv/Canvas.as =================================================================== diff -u -r9ef89bde66576812943b023438c0dd5673053266 -r1b3b86a3ddf0c655af8636db62d6cfee79be166a --- lams_central/src/flash/org/lamsfoundation/lams/authoring/cv/Canvas.as (.../Canvas.as) (revision 9ef89bde66576812943b023438c0dd5673053266) +++ lams_central/src/flash/org/lamsfoundation/lams/authoring/cv/Canvas.as (.../Canvas.as) (revision 1b3b86a3ddf0c655af8636db62d6cfee79be166a) @@ -897,7 +897,7 @@ default : Debugger.log('No tool active. Setting Default.', Debugger.GEN,'stopActiveTool','Canvas'); Cursor.showCursor(ApplicationParent.C_DEFAULT); - canvasModel.activeTool = null; + canvasModel.activeTool = "none"; } } @@ -911,7 +911,7 @@ public function stopGateTool(){ Debugger.log('Stopping gate tool',Debugger.GEN,'stopGateTool','Canvas'); Cursor.showCursor(ApplicationParent.C_DEFAULT); - canvasModel.activeTool = null; + canvasModel.activeTool = "none"; } @@ -924,7 +924,7 @@ public function stopOptionalActivity(){ Debugger.log('Stopping Optioanl Activity',Debugger.GEN,'stopOptionalActivity','Canvas'); Cursor.showCursor(ApplicationParent.C_DEFAULT); - canvasModel.activeTool = null; + canvasModel.activeTool = "none"; } public function startGroupTool(){ Debugger.log('Starting group tool',Debugger.GEN,'startGateTool','Canvas'); @@ -935,7 +935,7 @@ public function stopGroupTool(){ Debugger.log('Stopping group tool',Debugger.GEN,'startGateTool','Canvas'); Cursor.showCursor(ApplicationParent.C_DEFAULT); - canvasModel.activeTool = null; + canvasModel.activeTool = "none"; } @@ -1025,7 +1025,7 @@ public function doImportLaunch():Void{ var serverUrl = Config.getInstance().serverUrl; - JsPopup.getInstance().launchPopupWindow(serverUrl+'authoring/importToolContent.do?method=import', 'Import', 298, 712, true, true, false, false, false); + JsPopup.getInstance().launchPopupWindow(serverUrl+'authoring/importToolContent.do?method=import', 'Import', 298, 800, true, true, false, false, false); } /**