-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken with TiddlyWiki 5.1.19 #1
Comments
I haven't investigated this but I wanted to call out that it is/was IE that needed the \r to follow the MOTW - that's the reason for the \r check. If it's not formatted in the correct way that IE expects, IE simply and silently rejects it and the IE BHO won't work as the scripts that call the BHO won't run correctly in that case. It is also not clear to me whether IE would accept a MOTW with a HTTPS in there either (but it might - I honestly don't remember anymore). This is what I remember - IE is can be very finky in regards to the MOTW formatting. I suspect that if the new TiddleWiki save isn't invoking the IE BHO helper, it is most likely because IE doesn't like something in the wiki document. |
Hi David,
Thanks for your email. I've installed Visual Studio and am having a poke at
this when I have the time. I'll comment further when (if) I discover
anything.
Cheers,
Andrew
…On Wed, 10 Apr 2019 at 02:30, David Jade ***@***.***> wrote:
I haven't investigated this but I wanted to call out that it is/was IE
that needed the \r to follow the MOTW - that's the reason for the \r check.
If it's not formatted in the correct way that IE expects, IE simply and
silently rejects it and the IE BHO won't work as the scripts that call the
BHO won't run correctly in that case.
It is also not clear to me whether IE would accept a MOTW with a HTTPS in
there either (but it might - I honestly don't remember anymore).
This is what I remember - IE is can be very finky in regards to the MOTW
formatting. I suspect that if the new TiddleWiki save isn't invoking the IE
BHO helper, it is most likely because IE doesn't like something in the wiki
document.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACKOhswB9Hez7rSfUxM5aiXmhcVuWHDmks5vfNxEgaJpZM4cjvlj>
.
--
Andrew
|
When I click save I get an immediate "Internal JavaScript Error, The data is invalid." The "Save As" dialog is not shown.
Call stack shows:
Error
at TiddlyIESaver.prototype.save (eval code:40:3)
at SaverHandler.prototype.saveWiki (eval code:175:3)
at Anonymous function (eval code:91:4)
at eventListeners[type] (eval code:399:4)
at Widget.prototype.dispatchEvent (eval code:412:3)
at Widget.prototype.dispatchEvent (eval code:418:3)
at Widget.prototype.dispatchEvent (eval code:418:3)
at Widget.prototype.dispatchEvent (eval code:418:3)
at Widget.prototype.dispatchEvent (eval code:418:3)
at Widget.prototype.dispatchEvent (eval code:418:3)"
Line 40 looks like "window.TiddlyIE.save(pathname, text);"
So far I've worked out that TiddlyIE is looking for an MOTW that has "http://tiddlywiki.com/" in it; the new TiddlyWiki has changed the http to https.
However, I've changed the 5.1.19 MOTW to be "http" and I'm still getting the same problem.
I think TiddlyIE should:
The text was updated successfully, but these errors were encountered: