[richfaces-svn-commits] JBoss Rich Faces SVN: r5672 - 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 28 11:51:14 EST 2008


Author: vmolotkov
Date: 2008-01-28 11:51:14 -0500 (Mon, 28 Jan 2008)
New Revision: 5672

Modified:
   trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
Log:
button's handlers are added

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-28 16:46:46 UTC (rev 5671)
+++ trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js	2008-01-28 16:51:14 UTC (rev 5672)
@@ -495,6 +495,9 @@
 			}
 		}
 		this.list.style.height = height;
+		if (this.iframe) {
+			this.iframe.style.height = height;			
+		}
 		
 		this.setWidth(this.width);
 	},




More information about the richfaces-svn-commits mailing list