[richfaces-issues] [JBoss JIRA] Created: (RF-7286) comboBox: onchange event isn't triggered first time and if you type smth and lose focus

Vadim Mikovoz (JIRA) jira-events at lists.jboss.org
Fri May 29 10:21:57 EDT 2009


comboBox: onchange event isn't triggered first time and if you type smth and lose focus
---------------------------------------------------------------------------------------

                 Key: RF-7286
                 URL: https://jira.jboss.org/jira/browse/RF-7286
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.2.CR1
         Environment: all provided browsers
v.3.3.2-SNAPSHOT

            Reporter: Vadim Mikovoz
            Assignee: Nick Belaevski


Source: 
<rich:comboBox value="#{custom.guestId}" defaultLabel="hello" onchange="console.log('onchange work! ')"> 
<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> 

You open comboBox first time:
1. Select item from pop-up (using mouse or keyboard)
2. Move focus from comboBox
-----------------------------------------
Onchange event isn't triggered

1. Type smth in input
2. Move focus from comboBox
------------------------------------------
Onchange event isn't triggered (it was OK in 3.3.0.GA)

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