engineer9090909090909090 / jquery-datepicker

Automatically exported from code.google.com/p/jquery-datepicker
0 stars 0 forks source link

Jquery 1.4a2 - Too much recursion #158

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Update jquery to 1.4 (currently alpha 2)

What is the expected output? What do you see instead?
Expect datepicker to function as normal

Please provide a URL to a page displaying the problem.
Private site, sorry. Easy to reproduce by simply upgrading to jquery 1.4a2.

What version of the datepicker are you using? On what operating system? And
Which Browser?
2.1.2, Windows XP, FF 3.5.7 and IE6

Please provide any additional information below.

Original issue reported on code.google.com by tlphi...@verizon.net on 11 Jan 2010 at 2:39

GoogleCodeExporter commented 8 years ago
I narrowed the culprit down to the $(window).bind('unload') event at the bottom 
of
the code.  If you comment out that block of code, everything else works great 
with
jquery 1.4a2.

Original comment by tlphi...@verizon.net on 11 Jan 2010 at 3:57

GoogleCodeExporter commented 8 years ago
Thanks for the report - I will investigate this further and check if there are 
any
planned changes in jQuery that might be causing it...

Original comment by kelvin.l...@gmail.com on 11 Jan 2010 at 4:18

GoogleCodeExporter commented 8 years ago
Aparently this was a bug in jQuery and is fixed in the latest jQuery code. See:

http://groups.google.com/group/jquery-dev/browse_thread/thread/4207c9ca765b68f3

Thanks,

Kelvin :)

Original comment by kelvin.l...@gmail.com on 11 Jan 2010 at 5:14

GoogleCodeExporter commented 8 years ago
Awesome!  Thanks Kelvin.
Gotta love that John Resig!

Original comment by tlphi...@verizon.net on 11 Jan 2010 at 5:15