modalPanel: "zindex" dosn't work in case iframe present on the same page.
-------------------------------------------------------------------------

                 Key: RF-6078
                 URL: https://jira.jboss.org/jira/browse/RF-6078
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
         Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62, Chrome 
1.0.154.43(3.3.0.GA)
            Reporter: Mikhail Vitenkov
            Assignee: Nick Belaevski


#1. Use following code on a page:
<iframe src="pages/303.pdf"
                style="position:absolute;width: 500px; height: 500px; 
background-color: white; overflow-y: hidden; z-index: 1" />

        <rich:modalPanel showWhenRendered="true" zindex="333" moveable="true" 
id="modalPanelID">


                <f:facet name="header">
                        <h:outputText value="Heder goes here..." />
                </f:facet>
                <f:facet name="controls">
                        <h:graphicImage value="/pics/error.gif"
                                
onclick="Richfaces.hideModalPanel('modalPanelID'); return false;" />
                </f:facet>
                <h:outputText value="Text" />

        </rich:modalPanel>
#2. Navigate to the page and verify modalPanel layout displaying.

Actual behavior:
Component is overlayed by iframe.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to