Actions
Feature #142
openHide the keyboard when displaying the options menu
Start date:
06/08/2017
Due date:
% Done:
0%
Estimated time:
Description
The same way it is hidden when the navigation menu is displayed.
Actions
Added by Soren Stoutner over 7 years ago. Updated 10 months ago.
0%
Description
The same way it is hidden when the navigation menu is displayed.
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.
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).
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.