[richfaces-svn-commits] JBoss Rich Faces SVN: r11858 - 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 Dec 17 15:10:53 EST 2008


Author: vmolotkov
Date: 2008-12-17 15:10:53 -0500 (Wed, 17 Dec 2008)
New Revision: 11858

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

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	2008-12-17 19:23:40 UTC (rev 11857)
+++ trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js	2008-12-17 20:10:53 UTC (rev 11858)
@@ -487,5 +487,5 @@
 }
 
 Richfaces.ComboBox.SPECIAL_KEYS = [
-	Event.KEY_RETURN, Event.KEY_UP, Event.KEY_DOWN, Event.KEY_RIGHT, Event.KEY_LEFT, Event.KEY_ESC
+	Event.KEY_RETURN, Event.KEY_UP, Event.KEY_DOWN, Event.KEY_RIGHT, Event.KEY_LEFT, Event.KEY_ESC, Event.KEY_TAB, 16 
 ]
\ No newline at end of file




More information about the richfaces-svn-commits mailing list