Commit b17b1dbe37ded98b8a31b4752f9d734b941873ea

Authored by Amrita Vishnoi
1 parent 15cad2e5

against Bug26043 branch manual merge

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -4533,7 +4533,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l @@ -4533,7 +4533,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
4533 4533
4534 function mouseUpListener(e) { 4534 function mouseUpListener(e) {
4535 e.preventDefault(); 4535 e.preventDefault();
4536 - $scope.DisableUI(); 4536 +
4537 4537
4538 //to prevent screen scroll on ipad while drawing TB 4538 //to prevent screen scroll on ipad while drawing TB
4539 e.preventDefault(); 4539 e.preventDefault();
@@ -4575,6 +4575,9 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l @@ -4575,6 +4575,9 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
4575 4575
4576 } 4576 }
4577 else { 4577 else {
  4578 +
  4579 + $scope.DisableUI();
  4580 +
4578 $scope.layerNumberBeforeTBDraw = parseInt($('#txtlayerNumber').val()); 4581 $scope.layerNumberBeforeTBDraw = parseInt($('#txtlayerNumber').val());
4579 4582
4580 //draw temp box to store the canvas data with original transparecy 4583 //draw temp box to store the canvas data with original transparecy