#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
comment:3 Changed 11 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Works fine, tested with Win7 64bit IE9.
comment:4 Changed 11 years ago by
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.
Here is the sample code.
<!DOCTYPE html> <html> <head>
</head> <body style="font-size:62.5%;"> <input type="textbox" id="datepicker" />
</body> </html>