Skip to main content

Bug Tracker

Side navigation

#4810 closed bug (duplicate)

Opened June 24, 2009 02:37AM UTC

Closed December 10, 2009 04:05AM UTC

JSONP Ajax repeat complete call

Reported by: Connorhd Owned by:
Priority: major Milestone: 1.4
Component: ajax Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

On success a JSONP appears to call the complete callback twice.

This appears to be because complete() is called when the tmp function is executed and when the onreadystatechange poll ends.

See attached example

Attachments (2)
  • jquery.png (24.0 KB) - added by Connorhd June 24, 2009 02:37AM UTC.
  • test.htm (0.9 KB) - added by Connorhd June 24, 2009 02:37AM UTC.
Change History (1)

Changed December 10, 2009 04:05AM UTC by dmethvin comment:1

resolution: → duplicate
status: newclosed

Duplicate of #5383.