Skip to main content

Bug Tracker

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)
Attachments (0)
Change History (3)

Changed April 13, 2011 05:32PM UTC by addyosmani comment:1

resolution: → worksforme
status: newclosed

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.

Changed April 13, 2011 05:32PM UTC by addyosmani comment:2

component: unfiledajax

Changed June 23, 2011 09:52PM UTC by john.janzen@gmail.com comment:3

I have this problem but it is intermittent.