[richfaces-issues] [JBoss JIRA] (RF-12286) selectOneMenu with f:ajax cause a OutOfMemory under IE and slowdown under Firefox - listener

Jean ANDRE (JIRA) jira-events at lists.jboss.org
Wed May 23 16:33:18 EDT 2012


Jean ANDRE created RF-12286:
-------------------------------

             Summary: selectOneMenu with f:ajax cause a OutOfMemory under IE and slowdown under Firefox - listener
                 Key: RF-12286
                 URL: https://issues.jboss.org/browse/RF-12286
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 4.2.2.Final
         Environment: JSF Mojarra 2.1.7 - FireFox 12 or IE 8 - annotations-4.2.0.Final - aspectjrt-1.6.12 - cglib-nodep-2.2.2 - commons-collections-3.2.1 - commons-lang-2.4 - commons-logging-1.1.1 - commons-validator-1.4.0 - cssparser-0.9.6 - guava-11.0.1 - hibernate-validator-4.2.0.Final - junit-4.10 - log4j-1.2.16 - org.springframework.xxx-3.0.6.RELEASE - richfaces-xxxx-xxx-4.2.0.Final - sac-1.3 - slf4j-api-1.6.4 - slf4j-log4j12-1.6.4
            Reporter: Jean ANDRE
            Priority: Critical


We got an "Out of memory at line 249" under IE and a deep slowdown when we use f:ajax with <h:selectOneMenu> tag.

{code}
<h:selectOneMenu id="McMpList" value="#{currentUser.businessUnit}" immediate="true">
   <f:ajax event="change" listener="#{menuController.doChangeDesktop}" render="@all" />
   <f:selectItems value="#{menuController.businessUnits}" />
</h:selectOneMenu>
{code}

When we remove the f:ajax, the behavior is "normal".

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list