You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2012/11/07 07:01:28 UTC

git commit: CS-16737:When Registering templates OK button is hidden completely by the helper text that is provided when user selects Featured

Updated Branches:
  refs/heads/master 7df286623 -> 6c30700fa


CS-16737:When Registering templates  OK button is hidden completely by the helper text that is provided when user selects Featured


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/6c30700f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/6c30700f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/6c30700f

Branch: refs/heads/master
Commit: 6c30700fa48bf66ae3a26be538561b957cdaf9b9
Parents: 7df2866
Author: Pranav Saxena <pr...@citrix.com>
Authored: Wed Nov 7 11:31:01 2012 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Wed Nov 7 11:31:01 2012 +0530

----------------------------------------------------------------------
 ui/scripts/ui/dialog.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6c30700f/ui/scripts/ui/dialog.js
----------------------------------------------------------------------
diff --git a/ui/scripts/ui/dialog.js b/ui/scripts/ui/dialog.js
index 89da8bb..f6c6aea 100644
--- a/ui/scripts/ui/dialog.js
+++ b/ui/scripts/ui/dialog.js
@@ -373,7 +373,7 @@
           $input.toolTip({
             docID: field.docID,
             tooltip:'.tooltip-box',
-            mode:'focus'
+            mode:'hover'
           });
         }
         /*     $input.blur(function() {