[richfaces-svn-commits] JBoss Rich Faces SVN: r5627 - trunk/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/scripts and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Jan 25 09:34:08 EST 2008


Author: sergeyhalipov
Date: 2008-01-25 09:34:08 -0500 (Fri, 25 Jan 2008)
New Revision: 5627

Modified:
   branches/3.1.x/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/scripts/modalPanel.js
   trunk/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/scripts/modalPanel.js
Log:
http://jira.jboss.com/jira/browse/RF-2054

Modified: branches/3.1.x/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/scripts/modalPanel.js
===================================================================
--- branches/3.1.x/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/scripts/modalPanel.js	2008-01-25 14:11:32 UTC (rev 5626)
+++ branches/3.1.x/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/scripts/modalPanel.js	2008-01-25 14:34:08 UTC (rev 5627)
@@ -213,7 +213,8 @@
 		}
 
 		if("transparent" == Element.getStyle(document.body, "background-color")) {
-			this.allowTransparency = true;
+			this.style.filter = "alpha(opacity=0)";
+			this.style.opacity = "0";
 		}
 
 		//this.style.opacity = "0.5";

Modified: trunk/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/scripts/modalPanel.js
===================================================================
--- trunk/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/scripts/modalPanel.js	2008-01-25 14:11:32 UTC (rev 5626)
+++ trunk/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/scripts/modalPanel.js	2008-01-25 14:34:08 UTC (rev 5627)
@@ -232,7 +232,8 @@
 		}
 
 		if("transparent" == Element.getStyle(document.body, "background-color")) {
-			this.allowTransparency = true;
+			this.style.filter = "alpha(opacity=0)";
+			this.style.opacity = "0";
 		}
 
 		//this.style.opacity = "0.5";




More information about the richfaces-svn-commits mailing list