[richfaces-issues] [JBoss JIRA] Updated: (RF-4988) scrollableDataTable: the last row isn't shown in case rows attribute is setted(seam 2.0.2.GA, richfaces 3.3.0-SNAPHOT)

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Sat Dec 6 14:00:36 EST 2008


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

Nick Belaevski updated RF-4988:
-------------------------------

    Fix Version/s: Future
         Assignee: Konstantin Mishin  (was: Nick Belaevski)


> scrollableDataTable: the last row isn't shown in case rows attribute is setted(seam 2.0.2.GA, richfaces 3.3.0-SNAPHOT)
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-4988
>                 URL: https://jira.jboss.org/jira/browse/RF-4988
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>         Environment: Jboss 4.2.GA, seam 2.0.2.GA, richfaces 3.3.0-SNAPSHOT, browsers:FF 3.0, IE 6,7, Safari 3.1, Opera 9.5x
>            Reporter: Mikhail Vitenkov
>            Assignee: Konstantin Mishin
>             Fix For: Future
>
>
> #1. Set rows attribute to value less than size of ArrayList<any type> defined in "value" scrollableDataTable(SDT) attribute. SDT value should have 6 records.
> #2. Use following code:
> <rich:scrollableDataTable
> rowKeyVar="rkv" headerClass="DataTableHeader"
> columnClasses="DataTableColumnsOdd, DataTableColumnsEven"
> height="190px" width="960px" id="prpList" rows="5"
> value="#{beanList}" var="prpty" reRender="prpList"
> hideWhenScrolling="true">
> #3. Navigate to the page & make SDT scroll down.
> #4. Verify the last record appearence.
> Actual behavior:
> The last record isn't brought back.

-- 
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