C2LC-665: When focus is on a loop iterations text box and the program is played using the keyboard shortcut, focus indication is lost

Metadata

Source
C2LC-665
Type
Bug
Priority
N/A
Status
Done
Resolution
N/A
Assignee
N/A
Reporter
Simon Bates
Created
2022-08-10T10:00:27.381-0400
Updated
2022-08-24T13:55:12.573-0400
Versions
N/A
Fixed Versions
  1. Coding Env 1.5
Component
  1. Coding Environment

Description

Steps to reproduce:

  • Create a program with a loop
  • Turn keyboard shortcuts on
  • Place focus on a loop iterations text box
  • Play the program using the keyboard shortcut (Ctrl+Alt+p)
  • Wait for the program to complete

Expected:

  • Focus is on the loop iterations text box, where it was before running the program

Actual:

  • We see the outline on the loop, but no focus indication on a block
  • Focus is between the start loop block and the loop iterations text input: pressing tab focuses the text input, pressing shift tab focuses the start loop block (on Chrome)