[richfaces-svn-commits] JBoss Rich Faces SVN: r14051 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu May 7 05:52:58 EDT 2009


Author: atsebro
Date: 2009-05-07 05:52:57 -0400 (Thu, 07 May 2009)
New Revision: 14051

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml
Log:
RF-6718: modalPanel: limitation - "zindex" dosn't work in case iframe present on the same page

Modified: trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml	2009-05-06 22:58:08 UTC (rev 14050)
+++ trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml	2009-05-07 09:52:57 UTC (rev 14051)
@@ -402,6 +402,12 @@
                                         > Modal Panel </ulink> there is information for those of you who
                               would like to click on a details link in table and have it show a
                               modal panel with information loaded from the server. </para>
+					
+					<para>
+						To avoid overlapping of the <emphasis role="bold"><property>&lt;rich:modalPanel&gt;</property></emphasis> component on the page by any embed objects (inserted with HTML <code>&lt;EMBED&gt;</code> tag) set the <emphasis><property>&quot;overlapEmbedObjects&quot;</property></emphasis> attribute to &quot;true&quot;.
+					</para>
+					
+					
           </section>
 
           <section>




More information about the richfaces-svn-commits mailing list