[richfaces-issues] [JBoss JIRA] Created: (RF-7258) ComboBox: pop up can not be closed if it was opened during combobox rerender.

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Tue May 26 10:47:56 EDT 2009


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

        



More information about the richfaces-issues mailing list