Repository: ambari
Updated Branches:
  refs/heads/trunk 5d2b2a4ad -> 74a563bec


AMBARI-13873 During ranger plugins enabling warning about dependent properties 
is placed incorrectly. (ababiichuk)


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

Branch: refs/heads/trunk
Commit: 0e990b9525f6d6b2f62b55cce340c1569b4120e4
Parents: 5d2b2a4
Author: aBabiichuk <[email protected]>
Authored: Fri Nov 13 11:16:10 2015 +0200
Committer: aBabiichuk <[email protected]>
Committed: Fri Nov 13 11:16:10 2015 +0200

----------------------------------------------------------------------
 ambari-web/app/views/main/service/info/configs.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/0e990b95/ambari-web/app/views/main/service/info/configs.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/main/service/info/configs.js 
b/ambari-web/app/views/main/service/info/configs.js
index 5a5bb25..45faeaa 100644
--- a/ambari-web/app/views/main/service/info/configs.js
+++ b/ambari-web/app/views/main/service/info/configs.js
@@ -91,7 +91,7 @@ App.MainServiceInfoConfigsView = Em.View.extend({
       Em.run.next(function () {
         $(".dependencies-info-bar-wrapper").stick_in_parent({parent: 
'#serviceConfig', offset_top: 60});
         Em.run.next(function () {
-          $(window).scrollTop(window.scrollY + 1); // 
'.dependencies-info-bar-wrapper' position should be recalculated
+          $(".dependencies-info-bar-wrapper").trigger("sticky_kit:recalc"); // 
'.dependencies-info-bar-wrapper' position should be recalculated
         });
       });
     }

Reply via email to