Skip to main content

Bug Tracker

Side navigation

#13236 closed bug (notabug)

Opened January 16, 2013 09:05PM UTC

Closed January 17, 2013 02:28PM UTC

Ajax throw error in console when site does not exist in Chrome

Reported by: ferreol.robert@gmail.com Owned by: ferreol.robert@gmail.com
Priority: undecided Milestone: None
Component: unfiled Version: 1.9.0
Keywords: Cc:
Blocked by: Blocking:
Description

When you make an ajax inquiry to a site that does not respond (or a fake site), you have an error thrown in the console like :

GET https://localhost:1234/echo?echo=alive&_=1358369880353  jquery-1.9.0.js:8475

You also enter in the fail function as expected

See example at http://jsfiddle.net/TXczW/1/ and open the Javascript console

Attachments (0)
Change History (3)

Changed January 16, 2013 09:14PM UTC by dmethvin comment:1

owner: → ferreol.robert@gmail.com
status: newpending

Why is that a problem? The browser's debugger is letting you know important information. It's only showing jQuery as the source because you asked us to make the request.

Changed January 17, 2013 07:00AM UTC by anonymous comment:2

I have already an error message via fail function and the message in console is not quite explicit. This message does not block the execution of Jquery.

If you think that is normal to have two alert message, you can close this ticket

Thanks

Replying to [comment:1 dmethvin]:

Why is that a problem? The browser's debugger is letting you know important information. It's only showing jQuery as the source because you asked us to make the request.

Changed January 17, 2013 02:28PM UTC by dmethvin comment:3

resolution: → notabug
status: pendingclosed