[richfaces-svn-commits] JBoss Rich Faces SVN: r12469 - 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 Jan 28 10:18:39 EST 2009


Author: pyaschenko
Date: 2009-01-28 10:18:39 -0500 (Wed, 28 Jan 2009)
New Revision: 12469

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

Modified: trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combolist.js
===================================================================
--- trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combolist.js	2009-01-28 15:18:36 UTC (rev 12468)
+++ trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combolist.js	2009-01-28 15:18:39 UTC (rev 12469)
@@ -98,7 +98,7 @@
 		var items = this.getItems(); 
 		if (items.length != 0) {
 			if (this.iframe) {
-				Element.hide(this.iframe);
+				Element.show(this.iframe);
 			}
 			this.listParent.style.display = "";
 			if (this.selectFirstOnUpdate) {




More information about the richfaces-svn-commits mailing list