Side navigation
#8864 closed bug (worksforme)
Opened April 13, 2011 04:48PM UTC
Closed April 13, 2011 05:32PM UTC
Last modified March 14, 2012 04:27PM UTC
jQuery 1.5 Ajax in Windows 7 Gadgets
Reported by: | gerrit@praegnanz.de | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | ajax | Version: | 1.5.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
No Ajax Request possible with a fresh and updated installation of Windows 7 64bit, Internet Explorer 9.
After downgrading to jQuery 1.4.4, the ajax requests went fine.
- Gadget Development
- Windows 7 64bit
- Internet Explorer 9 Engine (Running ion 64bit on Windows Gadgets)
Thanks for submitting a ticket to the jQuery Bug Tracker. The issue here is that the environment you're working with is effectively considered a local file so any attempt to request on the network is considered cross-domain.
Since IE doesn't support CORS, no transport is found. The workaround to get this working with jQuery 1.5.x is to set jQuery.support.cors = true in the code for your gadget.