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: Nick Belaevski
            Priority: Optional


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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to