[richfaces-svn-commits] JBoss Rich Faces SVN: r621 - trunk/richfaces/dropdown-menu/src/main/config/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu May 3 03:50:22 EDT 2007


Author: d.bulahov
Date: 2007-05-03 03:50:22 -0400 (Thu, 03 May 2007)
New Revision: 621

Modified:
   trunk/richfaces/dropdown-menu/src/main/config/component/dropdownmenu.xml
Log:
http://jira.jboss.com/jira/browse/RF-140?page=all fixed

Modified: trunk/richfaces/dropdown-menu/src/main/config/component/dropdownmenu.xml
===================================================================
--- trunk/richfaces/dropdown-menu/src/main/config/component/dropdownmenu.xml	2007-05-03 03:19:26 UTC (rev 620)
+++ trunk/richfaces/dropdown-menu/src/main/config/component/dropdownmenu.xml	2007-05-03 07:50:22 UTC (rev 621)
@@ -56,7 +56,7 @@
             <description>
                 Delay between event and menu showing.
             </description>
-            <defaultvalue><![CDATA[new Integer(300)]]></defaultvalue>
+            <defaultvalue><![CDATA[new Integer(50)]]></defaultvalue>
         </property>
 
         <property>
@@ -65,7 +65,7 @@
             <description>
                 Delay between losing focus and menu closing.
             </description>
-            <defaultvalue><![CDATA[new Integer(300)]]></defaultvalue>
+            <defaultvalue><![CDATA[new Integer(800)]]></defaultvalue>
         </property>
 
         <property>




More information about the richfaces-svn-commits mailing list