Actions
Bug #777
closedDirect Mode commands are no longer working (or are working intermittently).
Start date:
06/11/2021
Due date:
% Done:
0%
Estimated time:
2:00 h
Affected version:
Description
It appears that when any error occurs in Direct Mode, it stops working.
This particular case may have been caused by attempting to create X$.
(See snapshots.)
Files
Updated by Brian Flanagan over 3 years ago
- Affected version changed from 1.0.0 (B8) to 1.0.0 (B8) u15
Re-tested in B8 u15.
Still has problems.
Example:
> Print "This is a test."
This is a test.
> X=10:Print X
>
Note that the second command entered failed.
Here's the error message from the console:
Uncaught TypeError: Cannot set property 'X' of undefined
at Function.Application.AOZ_DirectCommand_2 (<anonymous>:4:14)
at raoz.js:623
Updated by Francois Lionet about 3 years ago
- Status changed from New to Resolved
- Assignee changed from Baptiste Bideaux to Francois Lionet
Fixed with new console in beta 10!
Updated by Brian Flanagan about 3 years ago
- Status changed from Resolved to Closed
- Target version changed from none to 1.0.0 (B10) u16
Re-tested in 1.0.0 (B10) u16 (9/7)
Works!
Actions