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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Dec 10 13:43:52 EST 2008


Author: abelevich
Date: 2008-12-10 13:43:52 -0500 (Wed, 10 Dec 2008)
New Revision: 11711

Modified:
   trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselectlist.js
Log:
https://jira.jboss.org/jira/browse/RF-5089

Modified: trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselectlist.js
===================================================================
--- trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselectlist.js	2008-12-10 18:41:53 UTC (rev 11710)
+++ trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselectlist.js	2008-12-10 18:43:52 UTC (rev 11711)
@@ -49,7 +49,7 @@
 			this.outjectListFromBody(this.listParentContainer, this.listParent);
 			this.resetState();
 			if (this.iframe) {
-				this.iframe.hide();			
+				Element.hide(this.iframe);
 			}
 			var component = this.listParent.parentNode;
 			component.style.zIndex = 0;




More information about the richfaces-svn-commits mailing list