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";