[
https://jira.jboss.org/jira/browse/RF-5524?page=com.atlassian.jira.plugin...
]
Anton Belevich updated RF-5524:
-------------------------------
Fix Version/s: Future
Assignee: Anton Belevich (was: Nick Belaevski)
ComboBox: onchange event is not fired if select value from pop up
using mouse.
------------------------------------------------------------------------------
Key: RF-5524
URL:
https://jira.jboss.org/jira/browse/RF-5524
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: 3.3.0.CR1
Reporter: Alexander Dubovsky
Assignee: Anton Belevich
Priority: Optional
Fix For: Future
Source:
<rich:comboBox value="#{custom.guestId}" defaultLabel="hello"
onchange="alert('OK')">
<f:selectItem itemValue="val 1"/>
<f:selectItem itemValue="val 2"/>
<f:selectItem itemValue="val 3"/>
<f:selectItem itemValue="val 4"/>
<f:selectItem itemValue="val 5"/>
</rich:comboBox>
# Select item from pop up using mouse
# Move focus from comboBox
Result: onchange is not triggered - FAILURE
# Select item from pop up using keyboard
# Move focus from comboBox
Result: alert is shown - OK
--
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