[richfaces-svn-commits] JBoss Rich Faces SVN: r11823 - 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
Tue Dec 16 11:23:40 EST 2008


Author: dmorozov
Date: 2008-12-16 11:23:40 -0500 (Tue, 16 Dec 2008)
New Revision: 11823

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

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	2008-12-16 16:08:53 UTC (rev 11822)
+++ trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combolist.js	2008-12-16 16:23:40 UTC (rev 11823)
@@ -408,6 +408,7 @@
 		iframe.style.position = "absolute";
 		iframe.frameBorder="0";
 		iframe.scrolling="no";
+		iframe.src="blank.html";
 		
 		iframe.style.width = width;
 




More information about the richfaces-svn-commits mailing list