You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Go to your /sketches page.
Click somewhere on the page to focus.
Press "Tab" until you focus on the dropdown at the end of the table row.
Press "Enter" to open the dropdown.
Press "Tab" to focus on "Rename".
Press "Enter" to select "Rename".
Try to edit the name...you can't.
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:
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: