Project

General

Profile

Bug #459

After an error, the editor sometimes loses visibility of text typed. The cursor also disappears.

Added by Brian Flanagan over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
High
Target version:
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.)

Also available in: Atom PDF