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

KeyboardActions size and position incorrect when triggered from within a Nested Navigator that is presented within a Dialog #242

Open
crxm opened this issue Aug 27, 2024 · 1 comment

Comments

@crxm
Copy link

crxm commented Aug 27, 2024

I am working on an app which presents a form via a Dialog that uses a nested Navigator. When a TextFormField configured with KeyboardActions is triggered from within this form, the action bar displays at the bottom of the dialog and is locked within its bounds. It does not avoid the keyboard in this state and may be hidden behind the on-screen keyboard.

Screenshot 2024-08-26 at 6 16 35 PM

I believe what is happening is that the KeyboardActions are being overlayed onto the nested Navigator instead of the root Navigator.

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

No branches or pull requests

2 participants
@crxm and others