Hi Chris On Thursday, September 13, 2018 at 3:18:52 PM UTC+1, Chris wrote: > > I keep my files in *.hta, and ever since 5.1.15 I have not been able > import ( both button & drag-n-drop ) without the red screen error ( object > assign ). > > My two questions . . . > > Is the import function disabled in these versions ( either in general or > particular to hta )? > > If it is just hta any possible workarounds/solutions? > > I have not been able to locate a previous question related to this. > > Thanks. >
*.HTA files are handled by Internet Explorer (I don't think they are supported by the newer Microsoft Edge browser). They are one of the recommended ways of using TiddlyWiki 5 with Internet Explorer 11. Internet Explorer only supports an elderly subset of modern JavaScript, but the TiddlyWiki 5 core code intentionally restricts itself to that subset in order to be able to run on as many browsers as possible. The problem here is that a fragment of incompatible code has crept in: an Object.assign() call during the drag and drop processing. I've fixed it for 5.1.18 in this commit: https://github.com/Jermolene/TiddlyWiki5/commit/7368cc74e1f906e629dacd865cdf71198b0bb6f5 I've made a new build of the prerelease for you to try it out: https://tiddlywiki.com/prerelease Note that the prerelease defaults to the "zoomin" story view, but you can override that. Best wishes Jeremy. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/f3778f95-2f48-4bd4-8fe3-af42b9185493%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

