From 35894f870af2f881cb6b416dcaac43924d27bde2 Mon Sep 17 00:00:00 2001 From: Mukul Date: Thu, 10 Aug 2017 10:38:17 +0530 Subject: [PATCH] this is solution for bug 20273 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js | 2 +- 400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js | 4 +++- 400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js | 2 +- 400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css | 8 ++++++++ 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js index 493a81f..dd23d74 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js @@ -173,7 +173,7 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout }); }); - + $('#' + localStorage.getItem("currentBodyViewId")).find('.thumbnail').addClass('HightLightThumbnail'); }, function (error) { // handle errors here diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js index 0d6f826..d215029 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js @@ -197,7 +197,9 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout // }); //}); - + $timeout(function () { $('#' + localStorage.getItem("currentBodyViewId")).find('.thumbnail').addClass('HightLightThumbnail'); }, 100); + + $timeout(function () { $('#ciSpinner').css('visibility', 'hidden'); }, 300); }, function (error) { diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js index 8937017..0ddc308 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js @@ -122,7 +122,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou $scope.moduleLandingData = result; // setTimeout(function () { $('#' + $rootScope.highlightid).find('.thumbnail').addClass('hightlightstate'); }, 100); if (localStorage.getItem('AAGridViewHighlightThumbnail') !== null) { - setTimeout(function () { $('#' + localStorage.getItem("AAGridViewHighlightThumbnail")).find('.thumbnail').addClass('aaHightLightThumbnail'); }, 100); + setTimeout(function () { $('#' + localStorage.getItem("AAGridViewHighlightThumbnail")).find('.thumbnail').addClass('HightLightThumbnail'); }, 100); } //console.log(JSON.stringify(result, null, 4)); }, diff --git a/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css b/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css index 94d8fca..d99ce98 100644 --- a/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css +++ b/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css @@ -1034,3 +1034,11 @@ background-size:cover; position: fixed; right: 50px; } + + + +.HightLightThumbnail + { + background: #8C8C8C!important; + border: 1px solid #a2a2a2; + } \ No newline at end of file -- libgit2 0.21.4