Repository: ambari Updated Branches: refs/heads/trunk db63a74e7 -> 96a953f39
AMBARI-5055. jobs popup hanging (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/96a953f3 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/96a953f3 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/96a953f3 Branch: refs/heads/trunk Commit: 96a953f3938dc5882edc85b6281b8478b5ceb9cc Parents: db63a74 Author: Alex Antonenko <[email protected]> Authored: Wed Mar 12 20:37:17 2014 +0200 Committer: Alex Antonenko <[email protected]> Committed: Wed Mar 12 20:46:41 2014 +0200 ---------------------------------------------------------------------- ambari-web/app/views/main/jobs/hive_job_details_tez_dag_view.js | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/96a953f3/ambari-web/app/views/main/jobs/hive_job_details_tez_dag_view.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/views/main/jobs/hive_job_details_tez_dag_view.js b/ambari-web/app/views/main/jobs/hive_job_details_tez_dag_view.js index c0a9df3..dd7a448 100644 --- a/ambari-web/app/views/main/jobs/hive_job_details_tez_dag_view.js +++ b/ambari-web/app/views/main/jobs/hive_job_details_tez_dag_view.js @@ -89,6 +89,10 @@ App.MainHiveJobDetailsTezDagView = Em.View.extend({ this.createSvg(); }, + willDestroyElement : function() { + $('.svg-tooltip').tooltip('destroy'); + }, + createSvg : function() { var self = this; var dagVisualModel = this.get('dagVisualModel');
