You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2015/10/08 12:02:56 UTC

ignite git commit: ignite-843 Minor fix.

Repository: ignite
Updated Branches:
  refs/heads/ignite-843 963fa3de3 -> 1316a7d2b


ignite-843 Minor fix.


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

Branch: refs/heads/ignite-843
Commit: 1316a7d2bb4b957e12a74919bea7acbf1778948f
Parents: 963fa3d
Author: Andrey <an...@gridgain.com>
Authored: Thu Oct 8 17:02:48 2015 +0700
Committer: Andrey <an...@gridgain.com>
Committed: Thu Oct 8 17:02:48 2015 +0700

----------------------------------------------------------------------
 .../control-center-web/src/main/js/controllers/sql-controller.js   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/1316a7d2/modules/control-center-web/src/main/js/controllers/sql-controller.js
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/controllers/sql-controller.js b/modules/control-center-web/src/main/js/controllers/sql-controller.js
index b37d98b..81d2a93 100644
--- a/modules/control-center-web/src/main/js/controllers/sql-controller.js
+++ b/modules/control-center-web/src/main/js/controllers/sql-controller.js
@@ -1071,6 +1071,8 @@ consoleModule.controller('sqlController',
 
         setTimeout(function () {
             paragraph.ace.selection.moveCursorToPosition(position);
+
+            paragraph.ace.focus();
         }, 1);
     };