TiddlyDesktop icon indicating copy to clipboard operation
TiddlyDesktop copied to clipboard

Crashes when placing text before html comment

Open stigzler opened this issue 6 years ago • 1 comments

Hi,

A bug that hap[pens ever time. Let's say I have this in the text of a tiddler:

<!--
DEBUG

ParentMapID: <<parentmapid>>

RelType: <<reltype>>

From Macro: <<TmapEdgesGen>>
-->

and then I try to insert text before this to display a variable (e.g. "desctext"). I can type "<<" fine but when type variable name, the application freezes and eventually closes with no error message shown, causing you to loose all your work.

The working text would be:

<<desctext>>

<!--
DEBUG

ParentMapID: <<parentmapid>>

RelType: <<reltype>>

From Macro: <<TmapEdgesGen>>
-->

But the application crashes before you get time to type ">>"

stigzler avatar Aug 18 '19 09:08 stigzler

Hi @stigzler I'm having trouble reproducing this. What version of TW5 are you using? Does the problem occur if you use Chrome or Firefox instead of TiddlyDesktop? Does the problem occur on tiddlywiki.com?

Jermolene avatar Aug 24 '19 10:08 Jermolene