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

Fix for incorrect vertical offset calculation of suggestion box for flutter mobile web #484

Merged
merged 3 commits into from
Apr 30, 2023

Conversation

ArticMoon
Copy link
Contributor

@ArticMoon ArticMoon commented Apr 28, 2023

Hello

After testing out flutter web app on mobile web on release mode, we saw that the vertical offset of suggestion is not always calculated correctly for the input field. This is specifically the case when suggestion box direction should be up. In other words above the input field. This was also tested when the page is scrollable and the keyboard might be above the field and some cases below the field.

Please Note: New tests were written in separate files for reusability and separation of concern. I have also expanded these tests as some of the test cases were missing.

Feel free to leave comments or any suggestions.

Thanks for your work.

Wilhelm R.

…orrectly on android mobile web. Added new widget tests.
@ArticMoon ArticMoon changed the title Incorrect vertical offset calculation of suggestion box for flutter mobile web Fix for incorrect vertical offset calculation of suggestion box for flutter mobile web Apr 29, 2023
@sjmcdowall
Copy link
Collaborator

So do y'all consider this ready to merged??

@sjmcdowall sjmcdowall merged commit e594db6 into AbdulRahmanAlHamali:master Apr 30, 2023
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.

2 participants