[richfaces-svn-commits] JBoss Rich Faces SVN: r12145 - trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Jan 7 09:25:27 EST 2009


Author: vmolotkov
Date: 2009-01-07 09:25:27 -0500 (Wed, 07 Jan 2009)
New Revision: 12145

Modified:
   trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
Log:
https://jira.jboss.org/jira/browse/RF-4466 created


Modified: trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
===================================================================
--- trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js	2009-01-07 01:12:00 UTC (rev 12144)
+++ trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js	2009-01-07 14:25:27 UTC (rev 12145)
@@ -224,7 +224,7 @@
 			case Event.KEY_RETURN : 
 				this.setValue(true);
 				this.comboList.hideWithDelay();
-				Event.stop(event);
+				Event.stop(event); // It is necessary for a cancelling of sending form at selecting item
 				break;
 			case Event.KEY_DOWN : 
 				this.comboList.moveActiveItem(event);




More information about the richfaces-svn-commits mailing list