Cannot edit names on SketchList or CollectionList using keyboard controls #2383
Labels
Area:Accessibility
Category for accessibility related features and bugs
Bug
Error or unexpected behaviors
p5.js version
No response
What is your operating system?
None
Web browser and version
No response
Actual Behavior
The name turns into an input, but immediately closes.
This is because the "Enter" keyboard event which was used to select "Rename" is still being processed, and "Enter" will submit the form.
Expected Behavior
The name should turn into an input and stay that way until you press "Enter" again.
Steps to reproduce
Steps:
/sketches
page.I came across this issue while working on #2382 and it will be fixed in that PR. We could also implement a more immediate fix for just this issue if we deem it high-priority.
The text was updated successfully, but these errors were encountered: