Search and Top Navigation
#7418 closed bug (worksforme)
Opened May 24, 2011 06:09PM UTC
Closed May 25, 2011 08:23PM UTC
Last modified September 03, 2011 12:09PM UTC
jQuery UI DatePicker bug in IE9
Reported by: | ebhoren | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.datepicker | Version: | 1.8.13 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The jQuery ui DatePicker component is not working on IE9.
I'm using Internet Explorer 9.0.8112.16421 on Windows 7.
Here is the error thrown to console
SCRIPT65535: Undefined Object
jquery.min.js, Line 16, Character 55835
Taken directly from the demo page.
Attachments (0)
Change History (4)
Changed May 25, 2011 08:23PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Changed May 26, 2011 05:16PM UTC by comment:2
_comment0: | Not for me! \ Windows 7 Pro 64 Bit; IE 9 (freshly installed); Datepicker is not working - same Error. \ jQuery's demonstration page fails too. \ Works only if i set to compatibility mode. \ Please reopen. → 1306430947265264 |
---|
Replying to [comment:1 scott.gonzalez]:
Works fine for me.
Not for me!
Windows 7 Pro 64 Bit; IE 9 (freshly installed); Datepicker is not working - same Error.
jQuery's demonstration page fails too.
Works only if i set to compatibility mode.
Please reopen.
Changed May 26, 2011 05:37PM UTC by comment:3
Works fine for me in IE9 on Windows 7 Home Premium 64 Bit on the same revision of Internet Explorer.
Changed September 03, 2011 12:09PM UTC by comment:4
Replying to [ticket:7418 ebhoren]:
I had a very similar problem: IE9, datepicker demo on the jQueryUI page *did* work, but datepicker in my code did not work. Also, plain jQuery was having a lot of problems. I found out that all this was due to the fact that I was running the 32-bit version of IE9 on my 64-bit machine. Running IE9 64-bit solved all problems.
This problem is potentially vicious because when installing IE9, it will always install 32-bit and 64-bit. Moreover, when you type "iexplore" in the "Search for Programs" box, you get one result "iexplore.exe", which is the 32-bit version. So it's somewhat likely that a user ends up running the 32-bit version.
Works fine for me.