ComboBox: pop up can not be closed if it was opened during combobox rerender.
-----------------------------------------------------------------------------

                 Key: RF-7258
                 URL: https://jira.jboss.org/jira/browse/RF-7258
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.2.CR1
         Environment: 3.3.2.SNAPSHOT
            Reporter: Alexander Dubovsky
            Assignee: Nick Belaevski
            Priority: Minor


Source:
<h:form id="form">
                <rich:comboBox id="combo" value="#{cComp.input}">
                        <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>
                <a4j:commandButton reRender="combo" value="reRender"
                        
onclick="$('form:combo').component.showList()"></a4j:commandButton>
        </h:form>

# Open page and click reRender button => pop up was opened
# Try to close combobox pop up
Result: it is possible only by full page refresh

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