Popup tag renders empty popup window if it has div with style="overflow:auto"
as one of its' parents.
------------------------------------------------------------------------------------------------------
Key: TOMAHAWK-256
URL: http://issues.apache.org/jira/browse/TOMAHAWK-256
Project: MyFaces Tomahawk
Type: Bug
Components: Popup
Versions: 1.1.1
Environment: WXP,IE 6.0
Reporter: Furer Alexander
Popup tag renders empty popup window if it has div with style="overflow:auto"
as one of its' parents.
<t:saveState value="#{clientsBean.clients}" />
<t:div style="height:200;overflow:auto">
<t:dataTable value="#{clientsBean.clients}" var="client" >
<h:column>
<t:popup styleClass="popup">
<h:graphicImage url="icons/worker.png" />
<f:facet name="popup">
<h:panelGroup>
<h:panelGrid columns="1">
<h:commandLink action="editClient"
actionListener="#{clientBean.selectClient}">
<h:outputText value="Edit" />
<f:param id="editClientId" name="clientid" value="#{client.clientId}" />
</h:commandLink>
</h:panelGrid>
</h:panelGroup>
</f:facet>
</t:popup>
</h:column>
</t:dataTable>
</t:div>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira