dataScroller: after filtering - dataScroller controls disappers. Under 
jsp-myfaces only.
----------------------------------------------------------------------------------------

                 Key: RF-3956
                 URL: https://jira.jboss.org/jira/browse/RF-3956
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
         Environment: 3.2.2.BETA1, ie6, ie7, ff 3.0, safari 3.1, opera 9.5
            Reporter: Mikhail Vitenkov
            Assignee: Nick Belaevski


Step 1. Create dataScroller with filtering feature following way:
<rich:dataTable id="dataTableId" value="#{dataScroller.dataTable}"...
<f:facet name="header">
<rich:datascroller...</rich:datascroller>
</f:facet>
...
<rich:column sortBy="#{dT.int0}" filterBy="#{dT.int0}" filterEvent="onchange" 
selfSorted="#{dataScroller.selfSorted}">
                        <h:outputText value="#{dT.int0} " />
                </rich:column>
        </rich:dataTable>

Step 2. Make dataTable filtered & verify dataScroller controls presence.

Actual behavior:
DataScroller controls is absent. For more information see attached screenshot.

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