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
Describe the bug
As the title says, the text box seems to inject the text box name whenever you do a keyboard action that isn't entering a character, such as Delete and Return keys doing their intended action then duplicating the text box contents
To Reproduce
Steps to reproduce the behaviour:
Start a new Blaze Black 2 Redux nuzlocke
Click the ⋮ next to any location (e.g. next to Floccesy Ranch)
Click Add Location
Enter a new name for the location
Hit the Return key on the keyboard a few times
Place the cursor anywhere in the generated text and click, then hit the Delete key a few times Expected behaviour Return submits the name and changes the focus to the next element for keyboard/screenreader users. Delete deletes the character, and the focus remains inside the textbox.
Actual Behaviour Return adds a new line then duplicates the entire textbox text. Delete deletes the character then duplicates the entire textbox text.
Describe the bug
As the title says, the text box seems to inject the text box name whenever you do a keyboard action that isn't entering a character, such as
Delete
andReturn
keys doing their intended action then duplicating the text box contentsTo Reproduce
Steps to reproduce the behaviour:
⋮
next to any location (e.g. next toFloccesy Ranch
)Add Location
Return
key on the keyboard a few timesDelete
key a few timesExpected behaviour
Return
submits the name and changes the focus to the next element for keyboard/screenreader users.Delete
deletes the character, and the focus remains inside the textbox.Actual Behaviour
Return
adds a new line then duplicates the entire textbox text.Delete
deletes the character then duplicates the entire textbox text.Screenshots
https://github.com/domtronn/nuzlocke.app/assets/4601813/245e4b9d-e7c9-4205-9484-525709ec1360
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: