[richfaces-svn-commits] JBoss Rich Faces SVN: r5754 - 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
Thu Jan 31 11:49:44 EST 2008


Author: abelevich
Date: 2008-01-31 11:49:44 -0500 (Thu, 31 Jan 2008)
New Revision: 5754

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


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-31 16:46:25 UTC (rev 5753)
+++ trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js	2008-01-31 16:49:44 UTC (rev 5754)
@@ -505,6 +505,7 @@
 		
 		if (this.shadowElem) {
 			if (!Richfaces.browser.isIE6) {
+				// shadow offset
 				this.shadowElem.style.width = (parseInt(this.width) + 7) + "px";
 				this.shadowElem.style.height = (parseInt(height) + 9)+ "px";
 			} else {




More information about the richfaces-svn-commits mailing list