From b9f366d05d93379dd6fdc3241d517ca69659b928 Mon Sep 17 00:00:00 2001 From: amrita.vishnoi Date: Tue, 19 Dec 2017 15:24:15 +0530 Subject: [PATCH] DA load issue --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 09bedd3..8cc6b48 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -591,11 +591,12 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l } else { + // this is a work around solution for a bug where DA does not load for long and user need to close the DA partially opened + // view, now we are programmatically closing the hung view and when user will reopen the DA view from tile then it will + // open without any issue. $("#daImagePanel .jsglyph-remove").click(); console.log('html is compiled in else ' + document.getElementById('daView')) - - } -- libgit2 0.21.4