It is possible to suppress the display of the 'text' of tiddlers by adding a field "hide-body" with value "yes", maybe this could be added to such troublesome tiddlers
On Tuesday, May 3, 2016 at 5:23:34 PM UTC+1, Jeremy Ruston wrote: > > Hi Josiah > > As far as I can see its not fatal. All tiddlers open are there. But it is > directly linked to from at least one normal tiddler … > > > It is indeed a frustrating little problem. It’s too late now, but I rather > wish that we'd made system tiddlers display in plain text. Many of the core > templates aren’t useful to view in rendered form. > > I’m sure you’ll have figured out that the warning appears when a tiddler > is transcluded from inside itself, setting up an infinite loop if we didn’t > trap it. The situations where it crops up could be viewed as instructive :) > > Best wishes > > Jeremy > > > "storyTiddler Variable" > > J. > > On Sunday, 1 May 2016 19:24:51 UTC+2, Jeremy Ruston wrote: >> >> Hi Andrew >> >> Ah, a bit more poking around reveals that I was using the new fangled >> Metro-style version of IE11 under Windows 10 (I think it may be called >> Edge). That version does still seem to work fine, but if I switch to the >> ordinary IE11 then I’m seeing the same problems as you describe. I’ll >> investigate further, >> >> >> OK, I think I’ve got things working again. I’ve uploaded a new prerelease: >> >> http://tiddlywiki.com/prerelease >> >> There are a couple of fixes: >> >> * The deleting text issue >> * The “repeat” error when using the heading buttons >> >> Please do give it a try and let me know, >> >> Best wishes >> >> Jeremy >> >> >> Many thanks, >> >> Jeremy >> >> >> >> >> >> On Sat, Apr 30, 2016 at 6:43 AM, Jeremy Ruston <[email protected]> >> wrote: >> >>> OK, after my disappointment recorded below, I came up with another >>> approach and I think have now got things working on Internet Explorer 11: >>> >>> http://tiddlywiki.com/prerelease >>> >>> It needs thoroughly testing under other browsers too, but seems to work >>> for me, >>> >>> Best wishes >>> >>> Jeremy. >>> >>> > On 30 Apr 2016, at 12:06, Jeremy Ruston <[email protected]> wrote: >>> > >>> > Hi Andrew >>> > >>> >> Now in IE 11, the whole edit field now clears if you change views and >>> also randomly. Something is wrong. It was working better. What changed? >>> > >>> > Nothing has changed in the code that updates the textarea. I think the >>> problem that we’re seeing in IE11 with the textarea display not being >>> updated is some kind of random bug. >>> > >>> > I’ve spent a few more hours investigating the problems with IE11 and >>> once again I’m out of ideas; I’ve been repeatedly finding the same outdated >>> information via searching Google, StackOverflow etc. >>> > >>> > The code in question is this part of framed.js: >>> > >>> > // Attempt to use a TextEvent to modify the value of the >>> control >>> > var textEvent = >>> this.domNode.ownerDocument.createEvent("TextEvent"); >>> > if(textEvent.initTextEvent) { >>> > textEvent.initTextEvent("textInput", true, true, >>> null, operation.replacement, 9, "en-US"); >>> > this.domNode.focus(); >>> > >>> this.domNode.setSelectionRange(operation.cutStart,operation.cutEnd); >>> > this.domNode.dispatchEvent(textEvent); >>> > } else { >>> > this.domNode.value = newText; >>> > } >>> > >>> > IE11 has the initTextEvent method, and so calls the first code path. >>> The problem is that the value underlying the textarea is updated, but the >>> display is not updated to match. >>> > >>> > 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/5b46be97-e9f8-4f99-ba1c-5b5b2ac3cbe1%40googlegroups.com >>> . >>> >> For more options, visit https://groups.google.com/d/optout. >>> > >>> >>> -- >>> 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/CE449E5B-A200-42BC-8C89-C7BD31C10726%40gmail.com >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> -- >> 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/CAL0r7zvr4Euofcj7F5A0S5vDCQt3wNYoPtz%3DO907hhb8GyQPNQ%40mail.gmail.com >> >> <https://groups.google.com/d/msgid/tiddlywiki/CAL0r7zvr4Euofcj7F5A0S5vDCQt3wNYoPtz%3DO907hhb8GyQPNQ%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> >> >> >> > -- > 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] <javascript:>. > To post to this group, send email to [email protected] > <javascript:>. > 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/9aa057b2-fa5b-4de6-b8c3-6ecfa5834a40%40googlegroups.com > > <https://groups.google.com/d/msgid/tiddlywiki/9aa057b2-fa5b-4de6-b8c3-6ecfa5834a40%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > > -- 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/4ce86c05-9e9f-434d-ae78-f8add5a37b59%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

