[
https://issues.jboss.org/browse/RF-12193?page=com.atlassian.jira.plugin.s...
]
Nick Dev updated RF-12193:
--------------------------
Steps to Reproduce:
1) Render table inside container with "display:none";
2) Show it with JavaScript
{code}
<a href="#" onclick="jQuery('#tableWrapper').show();return
false;">show</a>
<h:form id="mform">
<div id="tableWrapper" style="display:none;">
<rich:extendedDataTable
id="table"
value="#{testBean.items}" var="item"
style="height:300px;width:400px;">
<rich:column>
<f:facet name="header">
<h:outputText value="Column 1" />
</f:facet>
<h:outputText value="#{item}" />
</rich:column>
</rich:extendedDataTable>
</div>
</h:form>
{code}
rich:extendedDataTable is blank on show
---------------------------------------
Key: RF-12193
URL:
https://issues.jboss.org/browse/RF-12193
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-tables
Affects Versions: 4.2.1.Final
Environment: Firefox 11, Internet Explorer 8
Reporter: Nick Dev
rich:extendedDataTable is blank if it was initially hidden.
Firefox: complete table is blank.
IE: table header is not displayed.
Table is shown after resizing the window.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira