C2LC-671: Tabbing through the character positioning text boxes sets the character starting position

Metadata

Source
C2LC-671
Type
Bug
Priority
N/A
Status
Won't Fix
Resolution
N/A
Assignee
Simon Bates
Reporter
Simon Bates
Created
2022-08-23T09:50:33.217-0400
Updated
2024-04-19T11:46:39.552-0400
Versions
N/A
Fixed Versions
  1. Coding Env 1.8
Component
  1. Coding Environment

Description

This is not new in 1.5.

Steps to reproduce:

  • Set the character position to A2, facing right
  • The URL will contain: s=abb
  • Create a program to move the character
  • https://develop-1-5--c2lc-build.netlify.app/?v=1.5&t=default&w=Sketchpad&p=sA3s1z&c=abb&d=&s=abb
  • Play the program
  • The character will move but the starting point remains at A2
  • Tab through the UI
  • When we tab through the positioning text fields, the starting position will change to the current character position (D2 for the program above)
  • The URL now contains: s=dbb

Comments

  • Simon Bates commented 2024-04-19T11:46:29.573-0400

    We no longer set the starting position when the character is moved. Setting the starting position is now a separate operation. Closing.