Commit 0746dd80da12a1686c80dec189a337dbe960f499

Authored by Nikita Kulshreshtha
1 parent 546e7b63

after develop branch merge.

it is having 7245 bug resolved.
also have extarct aftyer search and list managervhighlight.
IT IS HAVING ISSUE IN LIST MANAGER.
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -2433,7 +2433,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
2433 2433 console.log('LAYERCHANGE $scope.imageHorizontlScrollPosition = ' + $scope.imageHorizontlScrollPosition + ' and $scope.imageVerticalScrollPosition = ' + $scope.imageVerticalScrollPosition)
2434 2434  
2435 2435  
2436   - $scope.flushCanvas();
  2436 +
2437 2437  
2438 2438 $scope.counter = 0;
2439 2439 $scope.counterFlip = 0;
... ... @@ -2529,6 +2529,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
2529 2529 }
2530 2530  
2531 2531 else {
  2532 +
  2533 +
2532 2534 //1. Dated:13-07-2016 Issue #4965 : The layer number should not extend beyond its level through layer text box.
2533 2535 var dataLength = $rootScope.BodyLayerData.Layers.DataLayer.length;
2534 2536 if (parseInt($('#txtlayerNumber').val()) > (dataLength - 1)) {
... ... @@ -2548,6 +2550,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
2548 2550 canDiv.innerHTML = '';
2549 2551 }
2550 2552  
  2553 + $scope.flushCanvas();
2551 2554 //2.
2552 2555 //existing data
2553 2556 if (($scope.ColoredImageSRC != null || $scope.ColoredImageSRC != undefined) && $scope.ColoredImageSRC.length > 0) {
... ...