Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Login Form Navigation Issues on macOS #311

Open
RayBB opened this issue Dec 31, 2024 · 0 comments · May be fixed by #314
Open

[Bug] Login Form Navigation Issues on macOS #311

RayBB opened this issue Dec 31, 2024 · 0 comments · May be fixed by #314

Comments

@RayBB
Copy link
Contributor

RayBB commented Dec 31, 2024

Two usability issues exist with the login form on the macOS app:

  1. Tab Key Navigation
  • Reverse tab navigation (Shift+Tab) works correctly
  • Forward tab navigation (Tab) is not functioning
  • This prevents proper keyboard navigation between form fields
  1. Form Submission
  • The Enter key does not submit the login form as expected
  • This is counter to standard form behavior where Enter triggers form submission

Expected Behavior:

  • Tab key should allow navigation between form fields in both directions
  • Enter key should submit the login form when pressed

Steps to Reproduce:

  1. Open Frigoligo on macOS
  2. Navigate to login screen
  3. Try using Tab key to move between fields
  4. Try pressing Enter to submit the form
@RayBB RayBB linked a pull request Dec 31, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant