Skip to main content

Search and Top Navigation

#8187 closed bug (worksforme)

Opened March 13, 2012 03:08PM UTC

Closed March 13, 2012 06:26PM UTC

Last modified March 14, 2012 06:28AM UTC

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.

Attachments (0)
Change History (4)

Changed March 13, 2012 03:09PM UTC by ratstrydom comment:1

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>

Changed March 13, 2012 06:25PM UTC by jzaefferer comment:2

Changed March 13, 2012 06:26PM UTC by jzaefferer comment:3

resolution: → worksforme
status: newclosed

Works fine, tested with Win7 64bit IE9.

Changed March 14, 2012 06:28AM UTC by ratstrydom comment:4

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.