[richfaces-issues] [JBoss JIRA] Updated: (RF-2854) scrollableDataTable: rendered="false" for the 1st column with sorting feature leads to JS error.

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Sat Mar 29 11:31:42 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-2854?page=all ]

Nick Belaevski updated RF-2854:
-------------------------------

    Fix Version/s: 3.2.0
         Assignee: Maksim Kaszynski  (was: Nick Belaevski)
         Priority: Critical  (was: Major)

> scrollableDataTable: rendered="false" for the 1st column with sorting feature leads to JS error.
> ------------------------------------------------------------------------------------------------
>
>                 Key: RF-2854
>                 URL: http://jira.jboss.com/jira/browse/RF-2854
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>         Environment: IE6,IE7, FF, Safari
>            Reporter: Mikhail Vitenkov
>         Assigned To: Maksim Kaszynski
>            Priority: Critical
>             Fix For: 3.2.0
>
>         Attachments: ScrollableDataTableJSError.png
>
>
> Step 1. For rich:scrollableDataTable define for the 1st column supported sorting feature rendered="false";
> <rich:column rendered="false" sortExpression="#{sdt.int0}" sortable="true">
> 			<f:facet name="header"><h:outputText value="#"/></f:facet>
> 			<h:outputText value="#{sdt.int0}"></h:outputText>
> 			<f:facet name="footer"><h:outputText value="#"/></f:facet>
> 		</rich:column>
> Step 2. Navigate to page contained scrollableDataTable component(1st column should be hidden).
> Step 3. Click on the 2nd column's header.
> Actual behavior:
> JS error appears: 'startRow' is null or not an object. For more info see attached ScrollableDataTableJSError.png

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

        



More information about the richfaces-issues mailing list