Skip to main content

Bug Tracker

Side navigation

#10184 closed bug (invalid)

Opened September 01, 2011 03:17AM UTC

Closed September 15, 2011 07:52AM UTC

Last modified March 14, 2012 09:11AM UTC

$.getJSON bug in IE8, not IE9

Reported by: christian.audebert@wanadoo.fr Owned by: christian.audebert@wanadoo.fr
Priority: low Milestone: None
Component: ajax Version: 1.6.2
Keywords: Cc:
Blocked by: Blocking:
Description

i have an application who used getJSON to take response from recording informations.

it work perfectly in IE9, but for old peer computer who are again in Windows XP, with IE8, the response is inoperative.

i used this code, before.

$.getJSON("getedi.php", { lancerlacher:true ,d:d}, function(json) {

but this code lost the response in old IE8.

i must use a $.get to obtain the response like this

var jqlacher = $.get("getedi.php", { lancerlacher:true ,d:d}, function(response,status,jqcl) {

and convert it to json by

json=$.parseJSON(response);

to have a correct response.

otherwise, the response is lost.

any idea on the source of this problem.?

Attachments (0)
Change History (3)

Changed September 01, 2011 03:19AM UTC by anonymous comment:1

due to lake of debug functionnality in iE8, i can't analyse the exact cause of missed response..

any idea to track data transfered in xp with IE8.?

Changed September 01, 2011 05:10AM UTC by addyosmani comment:2

component: unfiledajax
owner: → christian.audebert@wanadoo.fr
priority: undecidedlow
status: newpending

Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket!

Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/ Open the link and click to "Fork" (in the top menu) to get started.

Note: If you need to test any of the $.ajax methods, jsFiddle supports calling /echo/json for the URL parameter and is generally sufficient for testing purposes.

Changed September 15, 2011 07:52AM UTC by trac-o-bot comment:3

resolution: → invalid
status: pendingclosed

Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!