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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jan 14 03:54:30 EST 2008


Author: abelevich
Date: 2008-01-14 03:54:30 -0500 (Mon, 14 Jan 2008)
New Revision: 5336

Modified:
   trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
Log:
fix hover button behavior

Modified: trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
===================================================================
--- trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js	2008-01-12 20:24:42 UTC (rev 5335)
+++ trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js	2008-01-14 08:54:30 UTC (rev 5336)
@@ -253,7 +253,7 @@
 	},
 	
 	doActive : function() {
-		this.button.className = this.classes.BUTTON.CLASSES.ACTIVE;
+		this.button.className = this.classes.BUTTON.CLASSES.ACTIVE + " " + this.classes.BUTTON.CLASSES.HOVERED;
  		this.field.className = this.classes.FIELD.CLASSES.ACTIVE;
  		this.buttonBG.className = this.classes.BUTTONBG.CLASSES.ACTIVE;
  		this.isDisabled = false;




More information about the richfaces-svn-commits mailing list