Actions
Bug #459
closedAfter an error, the editor sometimes loses visibility of text typed. The cursor also disappears.
Start date:
08/26/2020
Due date:
% Done:
0%
Estimated time:
4:00 h
Affected version:
Description
This has been a recent issue... within the last few days.
Example:
The following code causes an error at the VScroll 10
#manifest: "amiga"
for y=0 to 31
locate 0,y:print repeat$("a",39);
next y
locate 20,10
wait 25
for s=1 to 5
vscroll 10
wait 5
next s
end
After the error occurs, and the application's window is closed, when clicking in the editor, no cursor appears, and nothing typed appears. The line number clicked on, however, will highlight.
Work-around is to click in the debugger window, then click back in the editor window. This will restore the cursor, and typing ability. (Clicking in other panes doesn't help.)
Updated by Brian Flanagan about 4 years ago
- Priority changed from Normal to High
- Estimated time set to 4:00 h
Another example was reported by Paul K. in bug #499:
For example:
locate 50,50:print "*"
Press F2. That gives an error and then when you close the window your cursor has gone, and you have to quit AOZ to be able to type again.
Updated by Baptiste Bideaux about 4 years ago
- Status changed from New to Closed
- Target version set to Beta RC2
Fixed since RC2.
Actions