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

Alex Kolonitsky (JIRA) jira-events at lists.jboss.org
Fri Sep 4 13:20:23 EDT 2009


     [ https://jira.jboss.org/jira/browse/RF-7258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Kolonitsky resolved RF-7258.
---------------------------------

    Resolution: Done


> 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
>          Components: component-input
>    Affects Versions: 3.3.2.CR1
>         Environment: 3.3.2.SNAPSHOT
>            Reporter: Alexander Dubovsky
>            Assignee: Alex Kolonitsky
>            Priority: Minor
>             Fix For: 3.3.2.GA
>
>
> 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