Index: lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceDialog.as =================================================================== diff -u -r02b08b424f927ce6592698515653c5be94c5b34e -rd0fb98b59417631ea836fe8e269f9c9d36b16a91 --- lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceDialog.as (.../WorkspaceDialog.as) (revision 02b08b424f927ce6592698515653c5be94c5b34e) +++ lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceDialog.as (.../WorkspaceDialog.as) (revision d0fb98b59417631ea836fe8e269f9c9d36b16a91) @@ -113,7 +113,7 @@ //Set up this class to use the Flash event delegation model EventDispatcher.initialize(this); _resultDTO = new Object(); - this.tabEnabled = true + //this.tabEnabled = true //Create a clip that will wait a frame before dispatching init to give components time to setup this.onEnterFrame = init; }