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

Brian Leathem (Updated) (JIRA) jira-events at lists.jboss.org
Mon Nov 14 12:51:40 EST 2011


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

Brian Leathem updated RF-11679:
-------------------------------

    Fix Version/s: 4.Future

    
> 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
>             Fix For: 4.Future
>
>
> 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

        


More information about the richfaces-issues mailing list