From jira-events at lists.jboss.org Thu Dec 4 08:39:38 2008 Content-Type: multipart/mixed; boundary="===============7930026013766263691==" MIME-Version: 1.0 From: Pavel Yaschenko (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-3670) Modal Panel preventFocus JS function slow Date: Thu, 04 Dec 2008 08:39:37 -0500 Message-ID: <10093992.1228397978019.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 11651300.1213104495634.JavaMail.jira@cloud.prod.atl2.jboss.com --===============7930026013766263691== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-3670?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaschenko resolved RF-3670. --------------------------------- Resolution: Done Assignee: Tsikhon Kuprevich (was: Pavel Yaschenko) > Modal Panel preventFocus JS function slow > ----------------------------------------- > > Key: RF-3670 > URL: https://jira.jboss.org/jira/browse/RF-3670 > Project: RichFaces > Issue Type: Bug > Components: planning_all > Affects Versions: 3.1.5 > Environment: Windows XP, Sun RI 1.2 > Reporter: Tom Tamulewicz > Assignee: Tsikhon Kuprevich > Fix For: 3.3.0 > > Original Estimate: 1 day, 6 hours > Time Spent: 4 hours > Remaining Estimate: 1 day, 2 hours > > I have a page with a 500 row table. Each row has a "delete" link that br= ings up a modal panel. The modal panel takes 4-5 seconds (with CPU spiked)= to appear under MSIE 6 or 7. The time it takes to show up is proportional= to how many rows in the table. If I have a small number, the modal panel = shows quickly. The problem appears to be due to slowness in the modalPanel= .js preventFocus() function, which is called from the show() function. = > My test page wasn't very complicated, with a bean providing a list of 500= objects. = > > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:rich=3D"http://richfaces.org/rich" > xmlns:a4j=3D"http://richfaces.org/a4j" = > > > > > > > > > > >
> > > >
>
> > > > = > > > = > > onclick=3D"Richfaces.showModalPanel('confirmModal',{width:42= 5, top:200});"/> > > >
>
> > > -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============7930026013766263691==--