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 'Category Name' field on the 'Add Feed' form behaves awkwardly and provides a bad user experience.
If you want to add this feed to a category that doesn't exist, typing in the new category's name allows you to create a new category to store the feed in.
In some scenarios, the user wants to create a category with a name similar to an existing category. I.E The user has an existing category named Tech, but they wish to add a new category named Technical.
In these scenarios, the UI forces them to select the matching category (Tech) and prevents them from creating a new category.
The user can prevent the Autofill by clicking inside the modal and away from the 'Category Name' field.
However, many users don't click around a form; instead, they use the keyboard to navigate it.
If a user types any of these keys, the autofill will be used, preventing them from creating a new category:
Tab - Typically used to jump to the following form field or element.
Enter - Typically used to submit the form.
Escape - Sometimes used to close floating components. Pressing escape is something I tried as a workaround. Tab and Enter weren't usable. But Escape closes the modal, which is expected.
Feed Info
Attempt to add any valid feed and you can likely reproduce this bug.
Describe the bug
The 'Category Name' field on the 'Add Feed' form behaves awkwardly and provides a bad user experience.
If you want to add this feed to a category that doesn't exist, typing in the new category's name allows you to create a new category to store the feed in.
In some scenarios, the user wants to create a category with a name similar to an existing category.
I.E The user has an existing category named Tech, but they wish to add a new category named Technical.
In these scenarios, the UI forces them to select the matching category (Tech) and prevents them from creating a new category.
The user can prevent the Autofill by clicking inside the modal and away from the 'Category Name' field.
However, many users don't click around a form; instead, they use the keyboard to navigate it.
If a user types any of these keys, the autofill will be used, preventing them from creating a new category:
Feed Info
Attempt to add any valid feed and you can likely reproduce this bug.
Reproduction Video
Gyazo Video Clip: https://gyazo.com/35cb3a8d72a42f2b8e4ea157ab2d74ae
Environment
Latest version, but I am using MacOS if that makes a difference.
Environment
App Version: 0.3.1-beta.0
OS: macOS
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Follow/0.3.1-beta.0 Chrome/130.0.6723.118 Electron/33.2.0 Safari/537.36
Env: electron
Browser: Chrome
Session Trace Id:
X_bjqcvXFSIzrcQMxWp-l
Renderer: 0.3.1-beta.0
Validations
Contributions
The text was updated successfully, but these errors were encountered: