Issue41

Title Visual Cleanup - cursor scrolls off screen
Priority short-term Status resolved
Superseder Nosy List Atul, Dick
Assigned To Atul Topics Visual Cleanup

Created on 2005-01-29.20:04:41 by Dick, last changed 2005-08-09.17:57:33 by Andriy.

Messages
msg414 (view) Author: Andriy Date: 2005-08-09.17:57:33
Could not reproduce.
Seems to be fixed.
msg123 (view) Author: Aza Date: 2005-02-14.20:30:24
This is going to be fixed after the pixel-based scrolling is implemented?
msg38 (view) Author: Dick Date: 2005-01-29.20:04:41
Briefly, scrolling using the arrow keys eventually scrolls the cursor off screen.

There's a user interface issue in this one. To make the bug happen ...

1. Leap anywhere.

2. Scroll either up or down.

3. When the cursor reaches the top of the Archy window, it moves out of sight
beyond the boundary of the window. There is NO CURSOR IN SIGHT at this point.

4. You can continue to scroll indefinitely with the cursor out of sight.

Again, this works when you scroll up or scroll down.

I may be wrong, but arrow key scrolling does not seem to be detailed in the Spec
(I searched on the term "scrolling" and on the term "arrow key"), which would
make this something for Jef to describe. On the Cat, the text would continue to
scroll, but the cursor would stay in view, attempting to maintain the same
columnar position unless the line were shorter than the column position of the
cursor, in which case it would move to the last character of the shorter line.
History
Date User Action Args
2005-08-09 17:57:37Andriysetstatus: unread -> resolved
messages: + msg414
2005-02-14 20:30:25Azasetpriority: medium-term -> short-term
assignedto: Atul
messages: + msg123
nosy: + Atul
2005-01-29 20:04:41Dickcreate