You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2014/04/04 21:58:37 UTC

git commit: AMBARI-5348. Jobs page: hovering popup (on jobs name) sometimes disappear (alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk c21459200 -> be82b987c


AMBARI-5348. Jobs page: hovering popup (on jobs name) sometimes disappear (alexantonenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/be82b987
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/be82b987
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/be82b987

Branch: refs/heads/trunk
Commit: be82b987c8670691ec12baf9426f93a098efc534
Parents: c214592
Author: Alex Antonenko <hi...@gmail.com>
Authored: Fri Apr 4 17:00:06 2014 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Fri Apr 4 22:57:53 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/styles/apps.less        | 3 +++
 ambari-web/app/views/main/jobs_view.js | 5 -----
 2 files changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/be82b987/ambari-web/app/styles/apps.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/apps.less b/ambari-web/app/styles/apps.less
index 7a06cee..ff480ec 100644
--- a/ambari-web/app/styles/apps.less
+++ b/ambari-web/app/styles/apps.less
@@ -476,6 +476,9 @@
       width: 100%;
       overflow: auto;
       word-wrap: break-word;
+      a {
+        display: inline-block;
+      }
     }
     td:first-child,
     th:first-child {

http://git-wip-us.apache.org/repos/asf/ambari/blob/be82b987/ambari-web/app/views/main/jobs_view.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/main/jobs_view.js b/ambari-web/app/views/main/jobs_view.js
index 68436ab..76b6ade 100644
--- a/ambari-web/app/views/main/jobs_view.js
+++ b/ambari-web/app/views/main/jobs_view.js
@@ -175,11 +175,6 @@ App.MainJobsView = App.TableView.extend({
   }.property('controller.content.length', 'controller.totalOfJobs'),
 
   pageContentObserver: function () {
-    if (!$.browser.mozilla) {
-      $('.job-link').on('mouseleave', function() {
-        $('.tooltip').remove();
-      });
-    };
     if (!this.get('controller.loading')) {
       if ($('.tooltip').length) {
         Ember.run.later(this, function() {