[richfaces-issues] [JBoss JIRA] Reopened: (RF-5751) ExtendedDataTable problem with scrolls in case summary width of columns is begger then width of the table.

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Thu Aug 20 08:11:24 EDT 2009


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

Alexander Dubovsky reopened RF-5751:
------------------------------------

      Assignee: Nick Belaevski  (was: Tsikhon Kuprevich)


Vertical scroll should not move with horizontal scroll.
Result in opera is shown on screen shot "6_exdt.png".
In other browsers vertical scroll invisible until we will scroll to the rigth. See "7_exdt_ff.png". This is incorrect.

> ExtendedDataTable problem with scrolls in case summary width of columns is begger then width of the table.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: RF-5751
>                 URL: https://jira.jboss.org/jira/browse/RF-5751
>             Project: RichFaces
>          Issue Type: Bug
>          Components: component-tables
>    Affects Versions: 3.3.0
>         Environment: 3.3.0.GA
>            Reporter: Alexander Dubovsky
>            Assignee: Nick Belaevski
>             Fix For: 3.3.2.CR1
>
>         Attachments: 44.png, 6_exdt.PNG, 7_exdt_ff.PNG
>
>
> Source:
> <h:form>
> 		<rich:extendedDataTable value="#{exDataTable.value}" var="car"
> 			width="300px" height="400px" >
> 			<rich:column sortable="true" sortBy="#{car.make}" width="120px"
> 				filterBy="#{car.make}" filterEvent="onkeyup">
> 				<f:facet name="header">
> 					<h:outputText value="Make" />
> 				</f:facet>
> 				<h:outputText value="#{car.make}" />
> 			</rich:column>
> 			<rich:column width="120px">
> 				<f:facet name="header">
> 					<h:outputText value="Model" />
> 				</f:facet>
> 				<h:outputText value="#{car.model}" />
> 			</rich:column>
> 			<rich:column width="120px">
> 				<f:facet name="header">
> 					<h:outputText value="Price" />
> 				</f:facet>
> 				<h:outputText value="#{car.price}" />
> 			</rich:column>
> 		</rich:extendedDataTable>
> 	</h:form>
> In IE6-7, Firefox 3, Safari 3 horizontal scroll is not shown and vertical scroll is hidden.
> In Opera 9 both scrolls are shown, but if try to use horizontal scroll headers of columns are not moved. See screen shot.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list