C2LC-650: Blur or keyboard shortcut propagates the loop iteration value even if the user has not changed it

Metadata

Source
C2LC-650
Type
Bug
Priority
N/A
Status
Done
Resolution
N/A
Assignee
N/A
Reporter
Simon Bates
Created
2022-06-20T13:33:09.691-0400
Updated
2022-06-22T14:01:08.200-0400
Versions
N/A
Fixed Versions
  1. Coding Env 1.5
Component
  1. Coding Environment

Description

To reproduce:

  • Make a program with 1 or more loops
  • Play the program and pause it at a point when the number of iterations has been decremented
  • Put focus into a decremented loop iterations input box
  • Take focus out of (blur) the iterations input box
  • Stop the program

Expected:

  • The number of iterations should reset back to what it was before running the program

Actual:

  • The number of iterations has been set in the program to the decremented value even though the user never changed the value