drobsf / textroom

Automatically exported from code.google.com/p/textroom
Other
0 stars 0 forks source link

Bug in cursor positioning at the end of a paragraph's first line #93

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start TextRoom :) It doesn't matter whether in windowed form or fullscreen.
2. Start typing a long line (paragraph) that will wrap.

What is the expected output?
The blinking cursor mark should follow the end of currently typed text to the 
end of the line and then wrap.

What do you see instead?
At some distance from the end of the first line of the paragraph, the cursor 
mark stops, although the text continues appearing further. When the text wraps, 
cursor jumps to the new line as expected, but if you return to the end of the 
first line (either via mouse or arrow keys) it appears at a fixed distance from 
the end of the line. If you return further, at some point it will resume normal 
behaviour, but still, whatever you do, the end of the first line remains off 
limits.
The ends of the following lines are handled fine.
The erroneous behaviour is reproducible at the end of first line of every 
paragraph in the file.

What version of the product are you using? On what operating system?
TextRoom 0.8.2-4 as per ArchLinux's AUR package 'textroom'. (Although the about 
dialog in TextRoom itself shows version '0.8.1'.)

Original issue reported on code.google.com by ypoluekt...@gmail.com on 19 Jul 2012 at 1:41