Commit b1add735ea6b3b2417777f41c017bacc5e8f8935

Authored by unknown
1 parent 2d0fab0b

Commit Changes

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -7007,11 +7007,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
7007 7007 $scope.LateralArmView = "";
7008 7008 $scope.MedialArmView = "active";
7009 7009 }
7010   - //13573
7011   - $("#sppeachBubble").remove();
7012   - $("#bord").remove();
7013   - $("#dot").remove();
7014   - $(".com").remove();
  7010 + //13573 : DA > Annotations should not be display if we change the body view.
7015 7011 $rootScope.CloseAnnotationTool();
7016 7012  
7017 7013 }
... ... @@ -7558,6 +7554,9 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
7558 7554 // }
7559 7555 //}
7560 7556  
  7557 +
  7558 + // 13666: DA > Search List > List Manager hang in the below mention case.
  7559 +
7561 7560 //if ($rootScope.setListManagerZindex == true)
7562 7561 //{
7563 7562 // var canvasPaintZindex = $('#canvasPaint').css("z-index"); //x
... ...