[richfaces-issues] [JBoss JIRA] Updated: (RF-1017) Modal Panel: iframe lost after suggestion called inside

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Thu Sep 27 06:08:58 EDT 2007


     [ http://jira.jboss.com/jira/browse/RF-1017?page=all ]

Ilya Shaikovsky updated RF-1017:
--------------------------------

    Fix Version/s:     (was: 3.1.1)

Should be assigned to me after fix without resolving. We'll commit them to 3.1.1 if will be fixed before release.

> Modal Panel: iframe lost after suggestion called inside
> -------------------------------------------------------
>
>                 Key: RF-1017
>                 URL: http://jira.jboss.com/jira/browse/RF-1017
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.1
>            Reporter: Ilya Shaikovsky
>         Assigned To: Pavel Yaschenko
>            Priority: Critical
>             Fix For: 3.2.0
>
>         Attachments: Bean.java, Data.java, greeting.xhtml, mptest.xhtml
>
>
> on the main page:
> 			<a href="javascript:Richfaces.showModalPanel('_panel',{left:'auto', top:'auto'})">
> 				Show Modal Panel
> 			</a>
> ...
> 			<a4j:outputPanel ajaxRendered="true">
> 				<ui:include src="/pages/greeting.xhtml" />
> 			</a4j:outputPanel>
> on the included:
> 			<rich:modalPanel id="_panel" showWhenRendered="#{bean.check}" left="300" top="300">
> 				
> 				<h:form>
>       		<h:inputText value="#{bean.property1}" id="test">
>       		</h:inputText>
>       		<rich:suggestionbox height="200" width="300"
>       		 for="test" suggestionAction="#{bean.autocomplete}" var="cit">
>       		 	 	<h:column>
>       		 	 		<h:outputText value="#{cit.text}"></h:outputText>
>       		 	 	</h:column>
>       		 </rich:suggestionbox>
> 				
> 				</h:form>
> 				<h:outputText value="123123123"></h:outputText>
> 			</rich:modalPanel>
> So after I call the suggestion under IE 6 - iframe lost and all the controls on the page - available to use.

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

        



More information about the richfaces-issues mailing list