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

Denis Morozov resolved RF-4057.
-------------------------------

    Resolution: Done
      Assignee: Tsikhon Kuprevich  (was: Denis Morozov)


Fixed. Dublicate of fixed bug.

> Sorting: sorting indicators are not changed after sort was applied.
> -------------------------------------------------------------------
>
>                 Key: RF-4057
>                 URL: https://jira.jboss.org/jira/browse/RF-4057
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>         Environment: 3.2.2.BETA2
>            Reporter: Alexander Dubovsky
>            Assignee: Tsikhon Kuprevich
>            Priority: Minor
>             Fix For: 3.2.2
>
>
> # Click on header of any scrollable column
> # Check sort indicator in header
> Result: it was not changed
> # Submit page
> Result: sort indicator got correct view.
> Expected result: sort indicator should get correct value as soon as sorting 
> was applied.
> Source:
> <rich:dataTable id="dataTableId" value="#{dataScroller.dataTable}" var="dT" >
>               
>               <rich:column sortBy="#{dT.str0}" 
> selfSorted="#{dataScroller.selfSorted}">
>                       <f:facet name="header">
>                               <h:outputText value="type" />
>                       </f:facet>
>                       <h:outputText value="#{dT.str0}" />
>               </rich:column>
>               <rich:column sortBy="#{dT.int0}" 
> selfSorted="#{dataScroller.selfSorted}">
>                       <f:facet name="header">
>                               <h:outputText value="value" />
>                       </f:facet>
>                       <h:outputText value="#{dT.int0} " />
>               </rich:column>
>       </rich:dataTable>

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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to