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

Setting SetSoftInputMode to AdjustResize on Android breaks modal layouts (and probably more) #11286

Closed
PureWeen opened this issue Nov 11, 2022 · 4 comments · Fixed by #12661
Closed
Labels
area-controls-modal fixed-in-7.0.81 Look for this fix in 7.0.81! fixed-in-7.0.100 fixed-in-7.0.101 fixed-in-8.0.0-preview.1.7762 Look for this fix in 8.0.0-preview.1.7762! migration-compatibility Xamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convert platform/android 🤖

Comments

@PureWeen
Copy link
Member

Description

This issue is an extension of the following issue. This is happening because MAUI doesn't re-evaluate the layout size of the modal page when the keyboard is dismissed. In Xamarin.Forms the layout would re-evaluate via the PageRenderer when the modal was closed.

You can recreate this issue by taking the sample attached to the above issue and then setting the SoftInputMode to AdjustResize

@ghost
Copy link

ghost commented Nov 11, 2022

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

@cerkzil
Copy link

cerkzil commented Dec 5, 2022

AdjustPan has the same issue just less noticeable at first glance since you have to have a view with entry at the bottom to see the effect. So currently there is no workarounds for this issue, is there no possibility for this to be prioritized?

@PureWeen
Copy link
Member Author

PureWeen commented Dec 5, 2022

@cerkzil AdjustPan currently isn't being applied correctly #11356

@cerkzil
Copy link

cerkzil commented Dec 5, 2022

@PureWeen Thank you for responding, I see it was merged to .NET 8, I'm not too familiar how this repository is managed is it going to be merged into one of .NET 7 releases of Maui too? 🙂

@samhouts samhouts added the fixed-in-8.0.0-preview.1.7762 Look for this fix in 8.0.0-preview.1.7762! label Feb 22, 2023
@samhouts samhouts modified the milestones: Backlog, 8.0-preview1 Feb 22, 2023
@samhouts samhouts added the fixed-in-7.0.81 Look for this fix in 7.0.81! label Apr 12, 2023
@ghost ghost locked as resolved and limited conversation to collaborators May 12, 2023
@samhouts samhouts added the migration-compatibility Xamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convert label Aug 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-modal fixed-in-7.0.81 Look for this fix in 7.0.81! fixed-in-7.0.100 fixed-in-7.0.101 fixed-in-8.0.0-preview.1.7762 Look for this fix in 8.0.0-preview.1.7762! migration-compatibility Xamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convert platform/android 🤖
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants