C2LC-409: Keyboard shortcuts can modify program while editing is disabled

Metadata

Source
C2LC-409
Type
Bug
Priority
N/A
Status
Done
Resolution
N/A
Assignee
N/A
Reporter
Created
2021-07-06T09:48:14.533-0400
Updated
2021-07-15T09:36:01.962-0400
Versions
N/A
Fixed Versions
  1. Coding Env 0.9
Component
  1. Coding Environment

Description

In C2LC-333, we added the ability to perform actions without clicking or navigating to controls. This is a problem in particular for the actions panel, which does not close when hitting the play button. As a result, it's possible to delete a step from a running program, using the following steps.

  1. Create a longish program.
  2. Navigate to a late step and open its action panel.
  3. Focus on the delete icon.
  4. Hit Alt+P to play the program.
  5. Hit enter to delete the selected step.

Comments

  • Daniel Cho commented 2021-07-08T12:11:35.205-0400

    Also found out that we can add a program step to beginning/end of the program sequence using keyboard shortcuts while program is running