Feature #142
openHide the keyboard when displaying the options menu
0%
Description
The same way it is hidden when the navigation menu is displayed.
Updated by Soren Stoutner over 7 years ago
- Status changed from New to In Progress
Commit https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=6b80f3b394479dc49a3a4dfce730fada4bba8a70 hides the keyboard, but the options menu doesn't resize to fill the empty space.
Updated by Soren Stoutner over 7 years ago
- Priority changed from 3 to 3.x
I reverted the change because the buggy behavior was too annoying. https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=881c9f34b4eceb0ab41446328bc6e8e8dc1c00f0
I am going to push this off to the 3.x series and revisit it then to see if there is a better solution (perhaps Google will fix the underlying Adroid bug).
Updated by Soren Stoutner 10 months ago
Currently, if you hide the keyboard when the options menu is displayed, the options menu ends up calculating the available space before the keyboard is hidden. This causes the options menu to only fill half the screen, which looks really odd.