[
http://jira.jboss.com/jira/browse/RF-2544?page=all ]
Nick Belaevski updated RF-2544:
-------------------------------
Attachment: working.jpg
Works for me using 3.2.0 and the following code:
<rich:modalPanel 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:inputText value="#{sb.property}" id="text" />
<rich:suggestionbox id="suggestionBoxId" value="#{sb.value}"
for="text" height="200" width="200"
var="result" fetchValue="#{result.text}"
suggestionAction="#{sb.autocomplete}" >
<h:column>
<h:outputText value="#{result.city}" />
</h:column>
<h:column>
<h:outputText value="#{result.contry}" />
</h:column>
<h:column>
<h:outputText value="#{result.flag}" />
</h:column>
<h:column>
<h:outputLink
value="http://www.jboss.com/"><f:verbatim>Link</f:v...
</h:column>
</rich:suggestionbox>
</rich:modalPanel>
Suggestion box disappears "under" modalPanel in IE 7
----------------------------------------------------
Key: RF-2544
URL:
http://jira.jboss.com/jira/browse/RF-2544
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4
Environment: JBoss AS 4.2.1, IE 7
Reporter: Tomasz Jedzierowski
Assigned To: Nick Belaevski
Fix For: 3.2.0
Attachments: working.jpg
A suggestionBox placed on a modalPanel dissapears beneath the modalPanel due to z-index
issues. Setting the zindex in the tag does help in Firefox but IE 7 seems unaffected.
--
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