Re: Cursor movement bug (1.5.3).

2008-01-22 Thread Bo Peng
> I think the problem is that when pressing down arrow at the end of > first line, it should go to the end of the second line, not the third. The problem is at TextMetrics::getColumnNearX where under certain conditions, pos (variable c) is set to the end of the paragraph. I do not know this part o

Re: Cursor movement bug (1.5.3).

2008-01-22 Thread Bo Peng
On Jan 23, 2008 4:48 AM, Pavel Sanda <[EMAIL PROTECTED]> wrote: > > Is this a feature or bug? Can anyone confirm? > > i can confirm this. I think the problem is that when pressing down arrow at the end of first line, it should go to the end of the second line, not the third. Bo

Re: Cursor movement bug (1.5.3).

2008-01-22 Thread Pavel Sanda
> Is this a feature or bug? Can anyone confirm? i can confirm this. > 1. Enter a paragraph like this > > the first line (no line break) > the second line (line break Ctrl-break) i interpreted this as "line break done via Ctl-break") > (blank line with regular break) > the second paragraph > >

Cursor movement bug (1.5.3).

2008-01-21 Thread Bo Peng
Is this a feature or bug? Can anyone confirm? 1. Enter a paragraph like this the first line (no line break) the second line (line break Ctrl-break) (blank line with regular break) the second paragraph 2. Move the cursor to the first line, press end to move the cursor to the end of the first line