Commit b9f366d05d93379dd6fdc3241d517ca69659b928
1 parent
b7b68093
DA load issue
Showing
1 changed file
with
3 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -591,11 +591,12 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l |
591 | 591 | } |
592 | 592 | else |
593 | 593 | { |
594 | + // 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 | |
595 | + // view, now we are programmatically closing the hung view and when user will reopen the DA view from tile then it will | |
596 | + // open without any issue. | |
594 | 597 | $("#daImagePanel .jsglyph-remove").click(); |
595 | 598 | |
596 | 599 | console.log('html is compiled in else ' + document.getElementById('daView')) |
597 | - | |
598 | - | |
599 | 600 | |
600 | 601 | } |
601 | 602 | ... | ... |