[richfaces-issues] [JBoss JIRA] (RF-11461) rich:popupPanel slow down and high memory usage in Internet Explorer 7 (IE7)

Euclides Melo (Updated) (JIRA) jira-events at lists.jboss.org
Thu Oct 6 11:23:16 EDT 2011


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

Euclides Melo updated RF-11461:
-------------------------------

    Attachment: after_RF-10873.png


After RF-10873, css width,height 10000px, introduced in richfaces 4.1-M1
                
> rich:popupPanel slow down and high memory usage in Internet Explorer 7 (IE7)
> ----------------------------------------------------------------------------
>
>                 Key: RF-11461
>                 URL: https://issues.jboss.org/browse/RF-11461
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-output
>    Affects Versions: 4.1.0.Milestone1, 4.1.0.Milestone2
>         Environment: Windows Vista 32bit, Internet Explorer 7.0 32bit
>            Reporter: Euclides Melo
>         Attachments: after_RF-10873.png, before_RF-10873.png
>
>
> The RF-10873 (rich:poppupPanel shadow which should block the main screen is not rendered whole) introduced changes in 
> .rf-pp-shade ( output/ui/src/main/resources/META-INF/resources/org.richfaces/popupPanel.ecss ).
> The problematic change was:
> {code} 
> .rf-pp-shade { /*BEFORE*/
> -    width: 100%;
> -    height: 100%; 
> }
> {code} 
> *TO*
> {code} 
> .rf-pp-shade { /*AFTER*/
> +    width: 10000px;
> +    height: 10000px;
> }
> {code} 
> This is causing major memory usage in Internet Explorer 7.0, then causes severe slow down on page. (It's reaching almost *400MB* in task manager). Also, in modal mode, background goes all grey.
> Attached print screens, before and after the change.

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