]
Ilya Shaikovsky updated RF-1017:
--------------------------------
Attachment: Data.java
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, 3.1.1
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: