[richfaces-svn-commits] JBoss Rich Faces SVN: r5930 - trunk/ui/tree/src/main/resources/org/richfaces/renderkit/html/scripts.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Thu Feb 7 16:08:41 EST 2008
Author: nbelaevski
Date: 2008-02-07 16:08:41 -0500 (Thu, 07 Feb 2008)
New Revision: 5930
Modified:
trunk/ui/tree/src/main/resources/org/richfaces/renderkit/html/scripts/tree-selection.js
Log:
http://jira.jboss.com/jira/browse/RF-2160
Modified: trunk/ui/tree/src/main/resources/org/richfaces/renderkit/html/scripts/tree-selection.js
===================================================================
--- trunk/ui/tree/src/main/resources/org/richfaces/renderkit/html/scripts/tree-selection.js 2008-02-07 20:25:29 UTC (rev 5929)
+++ trunk/ui/tree/src/main/resources/org/richfaces/renderkit/html/scripts/tree-selection.js 2008-02-07 21:08:41 UTC (rev 5930)
@@ -4,7 +4,7 @@
this.tree = tree;
this.eventKeyPress = this.processKeyDown.bindAsEventListener(this);
- Event.observe(document, "keypress", this.eventKeyPress);
+ Event.observe(document, "keydown", this.eventKeyPress);
this.eventLostFocus = this.processLostFocus.bindAsEventListener(this);
Event.observe(document, "click", this.eventLostFocus);
More information about the richfaces-svn-commits
mailing list