brOOper / gwt-cal

Automatically exported from code.google.com/p/gwt-cal
0 stars 0 forks source link

IE8 slow javascript error in month view #120

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Reproduce by running the attached program in compiled mode.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
IE8 and the latest release (also tested on the newest from 
http://gwt-cal.googlecode.com/svn/trunk/). GWT 2.3.0

Please provide any additional information below.
if you show many Appointments (~50) IE8 consider that the JavaScript taking too 
long time and will pop up an error. This happens when more than 5 million 
JavaScript calls made (see http://support.microsoft.com/kb/175500 and 
http://www.nczonline.net/blog/2009/01/05/what-determines-that-a-script-is-long-r
unning/ for more information).

Best regards
Tobias

Original issue reported on code.google.com by lovestad...@gmail.com on 30 May 2011 at 12:09

Attachments:

GoogleCodeExporter commented 8 years ago
Any update on this one yet? Feels like a pretty critical bug when many are 
still running IE8 and to have 50 appointments don't feel so strange...

/Tobias

Original comment by lovestad...@gmail.com on 11 Apr 2012 at 11:53

GoogleCodeExporter commented 8 years ago
Hi Tobias,

I don't have an IE8 browser (or any windows machine) right now, but I'll try if 
I can replicate it in some other browser.

I hope I'll give you some feedback this week.

Original comment by ctasada on 17 Apr 2012 at 9:30

GoogleCodeExporter commented 8 years ago
Hi ctasada!

Have you been able to test this yet and did you find anything interesting in 
this case?
One tip if you do not have IE8 (is to run the program IETester 
(http://www.my-debugbar.com/wiki/IETester/HomePage) where you can test 
different versions of IE.

/Tobbe

Original comment by lovestad...@gmail.com on 25 Apr 2012 at 10:59

GoogleCodeExporter commented 8 years ago
Hi Tobbe,

I spend the last days finishing a new feature, but this case is the next one I 
intend to attack.

Hopefully this week ;)

Original comment by ctasada on 25 Apr 2012 at 9:48

GoogleCodeExporter commented 8 years ago
Fantastic! Waiting with bated breath.
Will be fun to see what it is for new feature as well!
/Tobbe

Original comment by lovestad...@gmail.com on 26 Apr 2012 at 10:59

GoogleCodeExporter commented 8 years ago
How did it go?
/Tobbe

Original comment by lovestad...@gmail.com on 9 May 2012 at 11:59

GoogleCodeExporter commented 8 years ago
I've done tests. I can replicate the problem with IE8, but with IE9 seems to 
work fine (except some minor layout problems)

I'm checking where is the problem, but seems more related with GWT and IE8, 
than with gwt-cal. Let me check a bit more for ways to optimize it

Original comment by ctasada on 10 May 2012 at 9:08