engineer9090909090909090 / jquery-datepicker

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

Doesn't work with jQuery 1.5 in most browsers - text fields remain empty #269

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Load jQuery latest (version 1.5.1 as of this writing) when using datepicker

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

Expect the date to be inserted into the text field after selecting it from the 
calendar; instead, the text field remains empty

Please provide a URL to a page displaying the problem.

with jQuery 1.4 - works:
http://dl.dropbox.com/u/493092/codework/jQuery/datepicker/example_simple.html

with jQuery 1.5 - broken:
http://dl.dropbox.com/u/493092/codework/jQuery/datepicker/example_simple_jQuery1
.5.html

What version of the datepicker are you using? On what operating system? And 
Which Browser?

Datepicker version: 2010-09-22
OS: Windows XP
Browsers affected: Firefox 4, Chrome 10, Safari 5, Opera 11.

Please provide any additional information below.

Works ok in IE8.

Original issue reported on code.google.com by platypus...@gmail.com on 29 Mar 2011 at 10:13

GoogleCodeExporter commented 8 years ago
It seems to have been a bug with jQuery 1.5.1...

I updated this demo page to 1.5.2 and it seems to work fine (tested in Chrome):
http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePicker.html

I also tried it with 1.5.1 and there were problems.

Please try with jQuery 1.5.2

Original comment by kelvin.l...@gmail.com on 14 Apr 2011 at 7:32

GoogleCodeExporter commented 8 years ago
Yup - works fine with jQuery 1.5.2:

http://dl.dropbox.com/u/493092/codework/jQuery/datepicker/example_simple_jQuery1
.5.2.html

Thanks.

Original comment by platypus...@gmail.com on 14 Apr 2011 at 2:21