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

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Wed Sep 26 05:04:41 EDT 2007


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.1.1, 3.2.0


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