TermRecord
TermRecord copied to clipboard
Unwanted line break in output when using '-'
When using term record I get unwanted line breaks when writing several '-'. You can see the strange behavior here: https://rawgit.com/gab50000/termrecord_bug/master/testrecord.html
I wonder if this is a rendering error.
I actually didn't see any extraneous newlines in the rendered output.
I am using Chrome (44.0.2403.130 (64-bit)) on Ubuntu 14.04 LTS.
What browser are you using?
And thanks! I saw some German characters in your output. I've not tested international alphabets yet :-)
Hm, I just checked with Chromium (Version 44.0.2403.107 Built on Debian stretch/sid, running on Debian stretch/sid (64-bit)), and I got the same strange behavior..
The Firefox version is 38.1.0.
Now for a short moment I thought this might be a Debian problem, but actually I see the error also on my Android smartphone.
I will try and describe the bug in more detail: What I would like to see, is mkdir just-a-small-test-to-find-the-problem in one line Instead, the following happens:
- While I type mkdir just-a-small, everything is fine
- as soon as I type the next '-', only the text mkdir just-a- stays in the first line, whereas small- jumps to the second line
- when I keep typing, small- jumps up to the first line again
- when I type more, the last typed words stay in the second line, but before I can write the fourth word in the second line, two words jump up to the first line again
I hope this helps. Keep up the great work! I'm a big fan of this project and am planning to send lots of video tutorials to my colleagues with TermRecord :-)
May be this is too late, but i want to report that i face the same problem too. The line folds on the last '-' hypen/dash of the line.