[richfaces-svn-commits] JBoss Rich Faces SVN: r14547 - branches/community/3.3.X/ui/modal-panel/src/main/templates/org/richfaces.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jun 8 08:45:11 EDT 2009


Author: Alex.Kolonitsky
Date: 2009-06-08 08:45:10 -0400 (Mon, 08 Jun 2009)
New Revision: 14547

Modified:
   branches/community/3.3.X/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx
Log:
modalPanel does not work under IE6.
https://jira.jboss.org/jira/browse/RF-7330

Modified: branches/community/3.3.X/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx
===================================================================
--- branches/community/3.3.X/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx	2009-06-08 12:44:56 UTC (rev 14546)
+++ branches/community/3.3.X/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx	2009-06-08 12:45:10 UTC (rev 14547)
@@ -39,8 +39,8 @@
 		class="rich-modalpanel #{component.attributes['styleClass']}"
 		x:passThruWithExclusions="id,style,class,styleClass"
 		>
-			<div class="rich-mpnl-mask-div rich-mpnl-mask-div-opaque" id="#{clientId}Div"
-				style="z-index: 1;"
+			<div class="rich-mpnl-mask-div-opaque rich-mpnl-mask-div" id="#{clientId}Div"
+				style="z-index: -1;"
 				onclick="#{component.attributes['onmaskclick']}"
 				ondblclick="#{component.attributes['onmaskdblclick']}"
 				oncontextmenu="#{component.attributes['onmaskcontextmenu']}"




More information about the richfaces-svn-commits mailing list