-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Android] Entry control: Closing onscreen keyboard manually resizes modal page height #10978
Copy link
Copy link
Closed
Labels
area-controls-entryEntryEntryarea-controls-modalarea-keyboardKeyboard, soft keyboardKeyboard, soft keyboardarea-layoutStackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenterStackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenterfixed-in-7.0.100fixed-in-7.0.101fixed-in-7.0.52Look for this fix in 7.0.52 SR1.1!Look for this fix in 7.0.52 SR1.1!fixed-in-8.0.0-preview.1.7762Look for this fix in 8.0.0-preview.1.7762!Look for this fix in 8.0.0-preview.1.7762!platform/androidt/bugSomething isn't workingSomething isn't working
Milestone
Description
Description
On a modal page, i enter some text in an entry control. When i close the onscreen keyboard manually, the modal page height gets resized and reveals parts of the underneath page.
This behaviour does only occur, if you actually enter some value in the entry control.
| A | B |
|---|---|
![]() |
![]() |
Steps to Reproduce
- Create a new Maui app (net6.0).
- Add a ContentPage (Page1).
- Add 2 Entry controls to Page1.
- Use the "OnCounterClicked" event handler, to open Page1 as modal page (await Navigation.PushModalAsync(new Page1());)
- Run the app.
- Open Page1.
- Enter something in the Entry control.
- Close the onscreen keyboard manually.
Link to public reproduction project repository
https://github.com/SailDev/Net-Maui-bug-reproduction-example-001.git
Version with bug
7.0 Release Candidate 2
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 11
Did you find any workaround?
No response
Relevant log output
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-controls-entryEntryEntryarea-controls-modalarea-keyboardKeyboard, soft keyboardKeyboard, soft keyboardarea-layoutStackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenterStackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenterfixed-in-7.0.100fixed-in-7.0.101fixed-in-7.0.52Look for this fix in 7.0.52 SR1.1!Look for this fix in 7.0.52 SR1.1!fixed-in-8.0.0-preview.1.7762Look for this fix in 8.0.0-preview.1.7762!Look for this fix in 8.0.0-preview.1.7762!platform/androidt/bugSomething isn't workingSomething isn't working

