Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#8187 closed bug (worksforme)

jQuery UI datepicker not working in IE9 on Windows 7 64bit

Reported by: ratstrydom Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.datepicker Version: 1.8.18
Keywords: Cc:
Blocked by: Blocking:

Description

Datepicker dowsn't come up at all IE9 on Windows 7 64bit. Works fine when using jQuery 1.5, but not with jQuery 1.6 and 1.7.

Also works fine in Firefox at all times.

I used the sample from the datepicker home page and just updated the jQuery link.

Change History (4)

comment:1 Changed 11 years ago by ratstrydom

Here is the sample code.

<!DOCTYPE html> <html> <head>

<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>

<script> $(document).ready(function() {

$("#datepicker").datepicker();

}); </script>

</head> <body style="font-size:62.5%;"> <input type="textbox" id="datepicker" />

</body> </html>

comment:3 Changed 11 years ago by Jörn Zaefferer

Resolution: worksforme
Status: newclosed

Works fine, tested with Win7 64bit IE9.

comment:4 Changed 11 years ago by ratstrydom

I am running a toolbar called Diigo and tried disabling it this morning. The problem went away then. Not the first time I've had trouble with that toolbar messing up things.

Note: See TracTickets for help on using tickets.