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 way this bug was fixed introduces a new bug.
Please let me know if you want me to file it or if we can address it here.
Hitting the enter key when there is a choice to make, especially in a modal means the the user is saying "Yes" to that choice/prompt. In this case, with this fix, hitting enter closes the modal without taking action. This is indeed a bug as the expected action is to delete the workspace since the user just said "Yes" by hitting enter.
Thanks for noticing @apolopena! Yes, feel free to open a new issue if you can concretly describe this as a bug. The plan it to tackle more accessibility and interaction issues including this one in the upcoming iterations. 🏓
Footnote: It's prefereable to avoid reopening closed issues and instead consider opening new ones for future improvements. This can be beneficial in many ways like making us move faster and better. 💡
Uh oh!
There was an error while loading. Please reload this page.
Bug description
If I acknowledge the deletion of a workspace using the keyboard, every single active workspace I have is deleted simultaneously.
Steps to reproduce
In the workspace dashboard:
All workspaces are deleted.
Expected behavior
Only the workspace the user chooses should be deleted.
Example repository
Gitpod username: apolopena
Example 1 Video
Example 2 Video
The text was updated successfully, but these errors were encountered: