Needs work
Project:
Javascript Tools
Version:
5.x-1.x-dev
Component:
Jstools core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2007 at 09:38 UTC
Updated:
8 Aug 2007 at 20:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
anders.fajerson commentedForgot to remove
exit(). Also, this issue gives background to drupal_json(): http://drupal.org/node/115139Comment #2
nedjoThanks for the patch. I want to apply this.
In http://drupal.org/node/115139 we excluded upload's JSON because it's loaded into an iframe. In jstools we use iframe loading as well (via the
Drupal.redirectFormSubmit()in jstools.js). Presumably we need to exclude those JSON responders?TODO: determine which responders to exclude, and add code comments noting that they're excluded and why.