[richfaces-issues] [JBoss JIRA] (RF-13309) Autocomplete doesn't work correctly when r:ajax bound to selectitem event

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Fri Nov 1 10:26:02 EDT 2013


Pavol Pitonak created RF-13309:
----------------------------------

             Summary: Autocomplete doesn't work correctly when r:ajax bound to selectitem event
                 Key: RF-13309
                 URL: https://issues.jboss.org/browse/RF-13309
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-input, regression
    Affects Versions: 5.0.0.Alpha2
         Environment: RichFaces 5.0.0-SNAPSHOT
Metamer 5.0.0-SNAPSHOT
Mojarra 2.1.19
EAP 6.1.1
Java(TM) SE Runtime Environment 1.7.0_04-b20 @ Linux
Chrome 30.0.1599.114 @ Linux x86_64
            Reporter: Pavol Pitonak
            Priority: Critical


# deploy Metamer and open http://localhost:8080/metamer/faces/components/richAutocomplete/ajaxOnSelectitem.xhtml
# type "a" into autocomplete
# select "Alabama"
# check output below the autocomplete
# check output of value change listener in page's header

result:
* there is "Your selection: alabama" below the autocomplete instead of "Your selection: Alabama" with upper case A
* value change listener's output contains "alabama" instead of "Alabama": * 1 value changed: null -> alabama
* it works fine on page http://localhost:8080/metamer/faces/components/richAutocomplete/autocomplete.xhtml which is exactly the same but uses event=change in r:ajax
* works fine in RichFaces 4.3.4, it is a regression

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