[richfaces-issues] [JBoss JIRA] (RF-11678) rich:extendedDataTable column resize problem when placed in absolute positioned container

Dmitry Volkov (Updated) (JIRA) jira-events at lists.jboss.org
Fri Nov 11 12:00:45 EST 2011


     [ https://issues.jboss.org/browse/RF-11678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list