[
https://jira.jboss.org/jira/browse/RF-7258?page=com.atlassian.jira.plugin...
]
Nick Belaevski updated RF-7258:
-------------------------------
Fix Version/s: 3.3.2.GA
(was: Future)
Assignee: Alex Kolonitsky (was: Nick Belaevski)
The issue is susceptible for possible memory leaks - please check it
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