diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 43d699c..f009ebf 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -4617,11 +4617,21 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$filter","$ $scope.TransparencyBoxEndY = TransparencyBoxEndY; if ($scope.TransparencyBoxStartX == $scope.TransparencyEndX && $scope.TransparencyBoxStartY == $scope.TransparencyBoxEndY) { - // $('#transparencyScale').css('visibility', 'hidden'); + + //#Bug 26464 + $timeout(function () { + angular.element(document.activeElement).blur(); + }); + } else { if (previewRectangleWidth == 0 && previewRectangleHeight == 0) { + //#Bug 26464 + $timeout(function () { + angular.element(document.activeElement).blur(); + }); + } else { @@ -8924,7 +8934,6 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$filter","$ if ($('#searchListDiv').html() != "") $('#searchListDiv').empty(); //Delay compile of ul li so that the remove of li is completed. - $timeout(function () { $scope.isSearchDataLoaded = true; @@ -8948,13 +8957,13 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$filter","$ } } - }, 500); + $scope.IsSearchVisible = true; console.log("primary language: " + $rootScope.vocabTermDataArray[primaryLexiconIndx].language); $rootScope.a = primaryLexiconIndx; - var $e2 = $('