C2LC-635: Possible to enter a letter after a number into the loop iteration counter

Metadata

Source
C2LC-635
Type
Bug
Priority
N/A
Status
To Do
Resolution
N/A
Assignee
N/A
Reporter
Michelle D'Souza
Created
2022-03-31T15:33:09.771-0400
Updated
2024-04-24T13:37:16.108-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Coding Environment

Description

Steps to reproduce:

  1. Tab to a loop counter in the program
  2. Type '2A'
  3. Tab away

Expected:

The counter should be '2'

Actual:

The counter is '2A'

If you run the program, the counter changes to '2' and behaves as expected.

If you share the program, the counter reads '2' and behaves as expected.

Comments