[richfaces-issues] [JBoss JIRA] Updated: (RF-6078) modalPanel: "zindex" dosn't work in case iframe present on the same page.

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Sun Mar 1 16:16:14 EST 2009


     [ https://jira.jboss.org/jira/browse/RF-6078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-6078:
-------------------------------

    Affects: [Documentation (Ref Guide, User Guide, etc.)]


> 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: Tsikhon Kuprevich
>             Fix For: 3.3.1
>
>
> #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

        



More information about the richfaces-issues mailing list