Pressing ESC (or ITAPI's configured Exit Application key) should always return the user to the previous menu. However, after using Retrieve random or Retrieve all, the pressing the key returns the user to the main command line.
To Reproduce
Note: this may only be reproducible if the ShowConfirmation setting is true.
Put scrap in the ship inventory
Open the terminal and type ship
Select Retrieve random or Retrieve all
(optional) If all Retrieve buttons are disabled, put scrap in the inventory
a. Open the terminal and type ship
Select Retrieve single
Select any scrap
Press ESC
Observe that you are now at the command line
Type ship
Select Retrieve single or Retrieve type
Press ESC
Observe that you are now at the command line
Expected behavior
At steps 8 and 12, you should instead be returned to the previous menu, not the command line.
Describe the bug
Pressing
ESC
(or ITAPI's configured Exit Application key) should always return the user to the previous menu. However, after using Retrieve random or Retrieve all, the pressing the key returns the user to the main command line.To Reproduce
Note: this may only be reproducible if the
ShowConfirmation
setting istrue
.ship
ship
ESC
ship
ESC
Expected behavior
At steps 8 and 12, you should instead be returned to the previous menu, not the command line.