Internet Explorer strikes again...

Ticket 825 (http://trac.tiddlywiki.org/ticket/825) is about IE
reporting HTTP response code 1223 when it receives a 204.

The patch in the ticket solves the problem in TiddlyWiki core, but it
needs to be handled in the TiddlyWebAdaptor as well. Under IE 7 saving
a tiddler actually works fine, but the user will still see "Error
saving SomeTiddler: unknown" after a save.

The problem occurs in adaptor.putTiddlerCallback which sets
context.status based on xhr.status. The following is a quick fix:

context.status = xhr.status === 204 | xhr.status === 1223;




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWikiDev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to