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/ajaxOnSel...
# 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/autocompl... 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