Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 11 years ago

#10184 closed bug (invalid)

$.getJSON bug in IE8, not IE9

Reported by: [email protected] Owned by: [email protected]
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.?

Change History (3)

comment:1 Changed 12 years ago by anonymous

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.?

comment:2 Changed 12 years ago by addyosmani

Component: unfiledajax
Owner: set to [email protected]
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.

comment:3 Changed 12 years ago by trac-o-bot

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!

Note: See TracTickets for help on using tickets.