[richfaces-issues] [JBoss JIRA] Created: (RF-5524) ComboBox: onchange event is not fired if select value from pop up using mouse.

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Mon Jan 5 10:42:58 EST 2009


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

        



More information about the richfaces-issues mailing list