Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#8864 closed bug (worksforme)

jQuery 1.5 Ajax in Windows 7 Gadgets

Reported by: gerrit@… 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)

Change History (3)

comment:1 Changed 12 years ago by addyosmani

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.

comment:2 Changed 12 years ago by addyosmani

Component: unfiledajax

comment:3 Changed 12 years ago by john.janzen@…

I have this problem but it is intermittent.

Note: See TracTickets for help on using tickets.