Skip to content

work-around for MenuAnchor not handling soft keyboard properly#139

Merged
csells merged 5 commits into
flutter:mainfrom
csells:attachment-menu-behind-keyboard
Jul 13, 2025
Merged

work-around for MenuAnchor not handling soft keyboard properly#139
csells merged 5 commits into
flutter:mainfrom
csells:attachment-menu-behind-keyboard

Conversation

@csells

@csells csells commented Jul 13, 2025

Copy link
Copy Markdown
Contributor

This PR uses a work-around to fix a Flutter bug that puts a pop-up menu behind the software keyboard if it's showing on mobile.

issues are fixed by this PR

Pre-launch Checklist

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
  • I read the [Tree Hygiene] wiki page, which explains my responsibilities.
  • I read the [Flutter Style Guide] recently, and have followed its advice.
  • I signed the [CLA].
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is [test-exempt].
  • All existing and new tests are passing.

@csells csells merged commit 58d83d9 into flutter:main Jul 13, 2025
3 checks passed
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 this pull request may close these issues.

menuChildren by MenuAnchor gets hidden behind mobile keyboard

2 participants