Ticket #776 (new defect)

Opened 5 years ago

Last modified 3 years ago

Handling failure of XMLHttpRequest in IE over network share

Reported by: jayfresh Owned by: jayfresh
Priority: minor Milestone: 2.7.1
Component: core Version:
Severity: trivial Keywords: xhr ie6 ie7
Cc:

Description

When using Internet Explorer (on Windows at least) 6 or 7, if you try to open a TiddlyWiki over a network share and then perform an operation that involves making a XMLHttpRequest (XHR) to a remote server e.g. ImportTiddlers?, the XHR will fail.

This is not a problem for Firefox 2 and 3 (untested for other browsers on Windows), so I think we could do people a good service by adding something to the XHR library that checks for this; or at the very least, we could suggest this as a reason why the XHR would fail, akin to the suggestions that appear when saving fails.

Change History

Changed 4 years ago by JeremyRuston

  • milestone set to 2.4.2

Changed 4 years ago by FND

N.B.: This might be related to - possibly even a duplicate of - #681.

Changed 4 years ago by MartinBudden

  • milestone changed from 2.4.2 to 2.5.1

Changed 4 years ago by jayfresh

After prompting by MartinBudden?, I had a try to see if this problem still occurs with the new core, which is using jQuery.

Sadly, the xhr call still fails on this line in jQuery:

   xhr.open(type, s.url, s.async);

The errors I've seen are: "Unknown name", "Unspecified error" and "Permission denied". "Unknown name" is the most frequent.

I've had a good look round the web and I can't find any helpful information about "unknown name".

Changed 4 years ago by MartinBudden

  • milestone changed from 2.5.1 to 2.6

Changed 3 years ago by MartinBudden

  • milestone changed from 2.6.2 to 2.7.1

Milestone 2.6.2 deleted

Note: See TracTickets for help on using tickets.