Skip to main content

Bug Tracker

Side navigation

#2608 closed bug (invalid)

Opened March 28, 2008 03:23AM UTC

Closed November 17, 2010 01:04AM UTC

jQuery.httpSuccess returns success on iPhone Safari even when server cannot be contacted

Reported by: hawkman Owned by:
Priority: major Milestone: 1.2.4
Component: ajax Version: 1.2.3
Keywords: Cc:
Blocked by: Blocking:
Description

When a server cannot be contacted through XMLHttpRequest, Mobile Safari (on iPhone firmware 1.1.3, other versions unknown) returns the status as undefined - this breaks jQuery.httpSuccess (in 1.2.3, and some earlier versions) as it specifically tests for Safari + undefined and calls that a success.

Attachments (0)
Change History (1)

Changed November 17, 2010 01:04AM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

That code has been removed from $.ajax so I am hoping this is fixed. Reopen with a test case if it isn't.