Side navigation
#11024 closed bug (invalid)
Opened December 14, 2011 06:34PM UTC
Closed January 02, 2012 12:16PM UTC
converters['text json'] and converters['text html'] not getting assigned
Reported by: | cchui_cchui@yahoo.com | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | ajax | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
I came across this problem when trying to upgrade to 1.7.1. The ajax call that returns json string is not working. And I found the problem is caused by the 'text json' converter not getting assigned. While it should be assigned to jQuery.parseJSON, but after debugging w/ Firebug, I found that only the 'text html' converter get assigned to true. All other converters just not assigned. I try to troubleshoot the same with version 1.6.4, and it's still the same problem. Does anyone has any idea when the assignment to the jQuery.parseJSON is not working?
Attachments (0)
Change History (2)
Changed December 14, 2011 08:13PM UTC by comment:1
Changed January 02, 2012 12:16PM UTC by comment:2
component: | unfiled → ajax |
---|---|
priority: | undecided → low |
resolution: | → invalid |
status: | new → closed |
Closing as there hasn't been a response for a test case in 3 weeks. If one is provided we'll re-open.
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.