[richfaces-issues] [JBoss JIRA] Resolved: (RF-2497) Filtering: "filterEvent" attribute doesn't work correctly.

Konstantin Mishin (JIRA) jira-events at lists.jboss.org
Fri Mar 14 10:25:39 EDT 2008


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

Konstantin Mishin resolved RF-2497.
-----------------------------------

    Resolution: Duplicate Issue

> Filtering: "filterEvent" attribute doesn't work correctly.
> ----------------------------------------------------------
>
>                 Key: RF-2497
>                 URL: http://jira.jboss.com/jira/browse/RF-2497
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>         Environment: IE6, IE7, FF, Safari
>            Reporter: Mikhail Vitenkov
>         Assigned To: Konstantin Mishin
>             Fix For: 3.2.0
>
>
> Step 1. Add filterEvent attribute is equal to "ondbclick"(for example) inside rich:column tag. Use following code:
> <rich:column filterBy="#{data.int1}" sortBy="#{data.int1}"
> 			selfSorted="#{sortingAndFiltering.selfSorted}"
> 			filterEvent="ondblclick">
> 			<f:facet name="header">
> 				<h:outputText value="#2" />
> 			</f:facet>
> 			<h:outputText value="#{data.int1}"></h:outputText>
> 			<f:facet name="footer">
> 				<h:outputText value="#2" />
> 			</f:facet>
> 		</rich:column>
> Step 2. Navigate to page contained tested rich:column.
> Step 3. Inter any phrase into input box for filtering & make double click on input box. - #1
> Step 4. Click out input box & then click on input box for filtering twice again.
> Step 5. Clear input box, enter another phrase & make double mouse click on box for filtering - #2
> Actual behavior:
> #1- Filtering doesn't work; After the 2nd time - filtering feature became work(Step 4);
> #2-in case user make filtering, then replace filterValue by another value - filtering doesn't work.

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