]
Dmitry Volkov updated RF-11678:
-------------------------------
Affects Version/s: 4.1.0.Milestone4
rich:extendedDataTable column resize problem when placed in absolute
positioned container
-----------------------------------------------------------------------------------------
Key: RF-11678
URL:
https://issues.jboss.org/browse/RF-11678
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 the bug just place extendedDataTable in popupPanel:
{code:xml}
<rich:popupPanel id="popup" modal="true" show="true"
resizeable="true"
onmaskclick="#{rich:component('popup')}.hide()">
<rich:extendedDataTable value="#{carsBean.allInventoryItems}"
var="car" id="table" frozenColumns="2"
style="height:300px; width:500px;" selectionMode="none"
clientRows="#{carsBean.clientRows}">
<!-- skipped -->
</rich:extendedDataTable>
</rich:popupPanel>
{code}
Now try to resize column. Dashed line is flying away.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: