rich:extendedDataTable window resize problem when placed in absolute positioned container
-----------------------------------------------------------------------------------------
Key: RF-11679
URL:
https://issues.jboss.org/browse/RF-11679
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.1.0.Milestone4
Environment: tomcat 6, firefox 7, ie8
Reporter: Dmitry Volkov
To reproduce bug place absolute positioned extendedDataTable in absolute positioned div:
{code:xml}
<div style="position:absolute; left: 0px; right: 0px; top: 0px; bottom:
0px;">
<rich:extendedDataTable value="#{carsBean.allInventoryItems}"
var="car" id="table" frozenColumns="2"
style="position:absolute; left: 0px; right: 0px; top: 0px; bottom: 0px;"
selectionMode="none"
clientRows="#{carsBean.clientRows}">
<!-- skipped -->
<rich:extendedDataTable>
</div>
{code}
Please pay attention to style attribute of div and table.
Now resize browser window to make it smaller. Table becomes smaller too.
Resize browser window to make it bigger. Table height doesn't change.
--
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