-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
[BUG] Pane is displayed when hidden after keyboard hide #112
Comments
@sjregan Already fixed on master. Will be included to next release. |
This still happens in v1.2.7 on Android devices |
@modvd i will check |
@modvd please check that it completely fixed on master branch. |
I have two panels. The first one has a middle and top break and has fitScreenHeight set to true. The second one has no breaks and fitHeight set to true. Before the fix, both panes would open when I hide the keyboard (by tapping outside and by clicking hardware back button). After the fix, the first pane stays hidden. It is completely fixed. The second pane still opens when hiding the keyboard when tapping outside of the keyboard. It stays hidden when i hide the keyboard by tapping the hardware back button. |
I did a little more tests and this bug still happens with panes with fitHeight set to true. And not when fitScreenHeight is set to true. |
@modvd big thanks for investigations and help. It believes that's now it is completely done for all type of panes! |
@roman-rr It works great now ! Thank you very much ! |
Describe the bug
If the pane has been opened and then hidden with
.hide()
, when the on-screen keyboard is hidden the pane is shown again.To Reproduce
Steps to reproduce the behavior:
.hide()
to hide the paneExpected behavior
I expect the pane to remain hidden after the on-screen keyboard has been hidden.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: