#6750 closed bug (invalid)
$.getJSON (and $.ajax) not working in IE 8
Reported by: | thisislobo | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | ajax | Version: | 1.4.2 |
Keywords: | IE8 | Cc: | |
Blocked by: | Blocking: |
Description
This problem went away when I downgraded from 1.4.2 to 1.3.2 so I am guessing this is a bug.
The code is for a Facebook app at http://apps.facebook.com/frequence-game/
The core JS file is at http://pikadoo.com/facebook/Frequence/freq.js but there is also JS in the main HTML, which you can only see if you grant permission to Facebook app (sorry about this).
The app runs as an iFrame. It breaks on a $.getJSON function call in the setUpGame() function and fails in the bowels of jQuery. More information at http://stackoverflow.com/questions/3154273/getjson-jquery-not-working-in-ie-8
Attachments (4)
Change History (6)
Changed 13 years ago by
Attachment: | temp2.html added |
---|
Changed 13 years ago by
This is the companion JS file necessary for the HTML file to work.
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Hi, can you reduce the test case further? Perhaps you could get someone to help on the forum. Knowing that the behavior changed from 1.3 to 1.4 is a good start, but not necessarily an indication of a bug in jQuery.
comment:2 Changed 13 years ago by
Sorry I tried to help out by uploading the HTML, JS and CSS files but it's still difficult to replicate. The best option would be to go to the Facebook app.
Since the original defect can only be found inside a Facebook app, I am attaching the HTML here for debugging.