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

When using the keyboard in iOS, the enter key won't activate the month navigation buttons. #898

Open
pauloeduardoferreira opened this issue Oct 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@pauloeduardoferreira
Copy link

pauloeduardoferreira commented Oct 9, 2024

Describe the bug
When using the keyboard in iOS, the enter key wont activate the month navigation buttons (leftChevronIcon, rightChevronIcon)

To reproduce
No extra implementation needed.

Steps to reproduce the behavior:

  • Run an application that has an instance of the TableCalendar widget;
  • Use the keyboard to navigate to the chevron buttons;
  • Try to activate it using the enter key.

Expected behavior
Nothing should happen in iOS, Android is working fine.

Screenshots
N/A

Output of flutter doctor
Paste the result of this command here.

Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.19.3, on macOS 15.0.1 24A348 darwin-arm64, locale en-PT) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 16.0) [✓] Chrome - develop for the web [!] Android Studio (version unknown) ✗ Unable to determine Android Studio version. [✓] IntelliJ IDEA Ultimate Edition (version 2024.2.3) [✓] VS Code (version 1.86.0) [✓] Connected device (3 available) [✓] Network resources

Additional context
N/A

@pauloeduardoferreira pauloeduardoferreira added the bug Something isn't working label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant