This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resource-editor.git

commit 6d4abe4045dfafffb8ebe074ded71ca9d788ab6e
Author: Sandro Boehme <[email protected]>
AuthorDate: Wed Apr 1 16:24:51 2015 +0000

    fixed SLING-4561 Resource Editor: avoid the submission of a node name in 
edit mode when the mouse hovers an other node
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1670717 
13f79535-47bb-0310-9956-ffa450edef68
---
 .../libs/sling/resource-editor-static-content/js/tree/JSTreeAdapter.js  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/js/tree/JSTreeAdapter.js
 
b/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/js/tree/JSTreeAdapter.js
index cbe5103..26da7e0 100644
--- 
a/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/js/tree/JSTreeAdapter.js
+++ 
b/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/js/tree/JSTreeAdapter.js
@@ -162,7 +162,7 @@ $(document).ready(function() {
                  }
        });
     }).on('hover_node.jstree', function (event, nodeObj) {
-        $('#'+nodeObj.node.id+' a:first').focus();
+        //noop
     }).on('keydown.jstree', 'a.jstree-anchor', function (e) {
        treeController.configureKeyListeners(e);
     }).on('select_node.jstree', function (e, data) {

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to