Performance of calendars is so slow in IE6 (IE7 is fine), that I can't use
more then one on a page.
Alex Sherwin
alex.sherwin_at_acadiasoft.com
From: Vijaya Bhaskar Tsaliki [mailto:vijayabhaskar.t_at_sonata-software.com]
Sent: Thursday, August 07, 2008 6:48 AM
To: users_at_woodstock.dev.java.net
Cc: M.R. Venkatesh Babu
Subject: RE: Page Rendering Slow on IE 6/7
Hi, Thanks for the response.
It is not only the problem with Calendar. It is the problem with lists as
well. Unfortunately I have list boxes. Not dropdowns. I needed show the data
on page launch.
Other interesting problem is, even with AJAX lazy loading, it is taking a
while to refresh a particular list with 500 items in it.
Component refresh is also a problem with IE. Am I missing something?
Regards,
Vijay
_____
From: M.R. Venkatesh Babu [mailto:venkateshbabu.mr_at_gmail.com]
Sent: Thursday, August 07, 2008 3:59 PM
To: users_at_woodstock.dev.java.net; Vijaya Bhaskar Tsaliki
Subject: Re: Page Rendering Slow on IE 6/7
I am not sure whether the calendar or the drop down that is causing the
problem. There is a known issue with the calendar on IE. Try seeing if
removing the calendar from the page makes the situation any better. If not,
try populating contents in the drop down lazily.. something like whenever
the drop down receives focus, then try sending an ajax request and fetch
data for the particular drop down and see whether that solves the problem.
-Venky
On Thu, Aug 7, 2008 at 3:49 PM, Vijaya Bhaskar Tsaliki
<vijayabhaskar.t_at_sonata-software.com> wrote:
Hi Guys,
I am facing a problem on page rendering on Internet Explorer - hangs for
10 to 15 seconds. I do not have any problem in Firefox.
My JSF page has two calendar components and 10 list boxes with 500 items
in each listbox.
Has anyone faced this problem. Is there any WORKAROUND for it. My client
really needs it on IE.
I am using Netbeans 6.1 with Jboss 4.3
Regards,
Vijay
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_woodstock.dev.java.net
For additional commands, e-mail: users-help_at_woodstock.dev.java.net