[jira] [Resolved] (CB-4681) jQuery Ajax callbacks not executed

2013-09-18 Thread Jesse MacFadyen (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jesse MacFadyen resolved CB-4681.
-

Resolution: Fixed

465eed51ba2a6f503255079eadd46d91ed7f2a00
Available in the 3.1.0-rc1

 jQuery Ajax callbacks not executed
 --

 Key: CB-4681
 URL: https://issues.apache.org/jira/browse/CB-4681
 Project: Apache Cordova
  Issue Type: Bug
  Components: WP7, WP8
Affects Versions: 3.0.0
 Environment: Windows 8 Professional
Reporter: Jonathan Naguin
Assignee: Jesse MacFadyen
Priority: Critical
 Fix For: 3.1.0


 I have an Ajax request to a server, but the _success_ callback or any 
 callback is not executed even if the server respond with a 200 code (I saw 
 the logs using Wireshark).
 {code}
 $.ajax({
 url: 'http://example.com',
 data: { foo: 'bar' },
 dataType: 'json',
 success: function (data) { 
 console.log(data); 
 },
 error: function(){
 console.log(Error); 
 },
 complete: function(){
 console.log(Complete);
 }
 });
 {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-4681) jQuery Ajax callbacks not executed

2013-09-16 Thread Jesse MacFadyen (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jesse MacFadyen resolved CB-4681.
-

   Resolution: Fixed
Fix Version/s: 3.1.0

Addressed with CB-4421

 jQuery Ajax callbacks not executed
 --

 Key: CB-4681
 URL: https://issues.apache.org/jira/browse/CB-4681
 Project: Apache Cordova
  Issue Type: Bug
  Components: WP8
Affects Versions: 3.0.0
 Environment: Windows 8 Professional
Reporter: Jonathan Naguin
Assignee: Jesse MacFadyen
Priority: Critical
 Fix For: 3.1.0


 I have an Ajax request to a server, but the _success_ callback or any 
 callback is not executed even if the server respond with a 200 code (I saw 
 the logs using Wireshark).
 {code}
 $.ajax({
 url: 'http://example.com',
 data: { foo: 'bar' },
 dataType: 'json',
 success: function (data) { 
 console.log(data); 
 },
 error: function(){
 console.log(Error); 
 },
 complete: function(){
 console.log(Complete);
 }
 });
 {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira