[richfaces-issues] [JBoss JIRA] (RF-12669) Autocomplete: client side validation for custom validators doesn't work

Brian Leathem (JIRA) jira-events at lists.jboss.org
Fri Dec 21 13:30:08 EST 2012


    [ https://issues.jboss.org/browse/RF-12669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742905#comment-12742905 ] 

Brian Leathem commented on RF-12669:
------------------------------------

This failure was caused by the commit:
https://github.com/richfaces/components/commit/c31ff16157be2b250ec1809e2238edf7f84c8e7f

specifically changing the blur event to originate with the input element id (_this.fieldId_) rather than the autocomplete id (_this.id_) in the file [_AutocompleteBase.js_|https://github.com/richfaces/components/blob/c31ff16157be2b250ec1809e2238edf7f84c8e7f/input/ui/src/main/resources/META-INF/resources/org.richfaces/AutocompleteBase.js#L100]
                
> Autocomplete: client side validation for custom validators doesn't work
> -----------------------------------------------------------------------
>
>                 Key: RF-12669
>                 URL: https://issues.jboss.org/browse/RF-12669
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input, regression
>    Affects Versions: 4.3.0.M3
>         Environment: RichFaces 4.3.0.20121214-M3
> Metamer 4.3.0.20121214-M3
> Mojarra 2.1.7
> JBoss AS 7.1.2.Final-redhat-1
> Java(TM) SE Runtime Environment 1.7.0_04-b20 @ Linux
> Chrome 23.0.1271.97 @ Linux x86_64
>            Reporter: Pavol Pitonak
>            Assignee: Brian Leathem
>             Fix For: 4.3.0.CR1
>
>   Original Estimate: 2 hours
>  Remaining Estimate: 2 hours
>
> # deploy Metamer and open http://localhost:8080/metamer/faces/components/richAutocomplete/csv.xhtml
> # click "set wrong values" button
> result:
> * 4 messages should be visible, one for each input
> * fourth input has no message
> * worked well with RF 4.3.0.M2
> * works fine with other inputs, e.g. inplaceInput

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list