Open megafanat opened 8 years ago
How to reproduce:
How to fix:
File tiddlyfox.js, line 23
var pathname = document.location.toString().split("#")[0];
Change this line to:
var pathname = decodeURI(document.location.toString().split("#")[0]);
URI from document location is encoded and you should decode it before using as file name.
If file path contains characters with codes more than 255 TiddlyFox shows message box with error and does not save file. OS: Windows 8.1 Browser: Firefox 43.0.4