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

Entry Unfocus not working on Android #11606

Closed
SOliasS opened this issue Nov 24, 2022 · 4 comments
Closed

Entry Unfocus not working on Android #11606

SOliasS opened this issue Nov 24, 2022 · 4 comments
Labels
Milestone

Comments

@SOliasS
Copy link

SOliasS commented Nov 24, 2022

Description

I have issues with Entry and Editor on Android

  1. The unfocus Option does not work (tapping outside the control and calling the Function manually does nothing)
  2. When pressing the back Button the Keyboard disapears but leaves the view on the size with the keyboard so the old View becomes visiable....

Edit:
When using an non Modal Page the Editor and entry still do not unfocus when pressing somewhere else on the page, but when pressing the back button the keyboard disappears as expected.

. . . .
1 2 3 4

Steps to Reproduce

  1. Create new .Net Maui Project
  2. Create a new View
  3. Add Change Page to MainPage
    Application.Current.MainPage.Navigation.PushModalAsync(new TestPage());
  4. Add Entry to View

Link to public reproduction project repository

https://github.com/SOliasS/MauiTest.git

Version with bug

7.0 (current)

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

@SOliasS SOliasS added the t/bug Something isn't working label Nov 24, 2022
@ghost ghost added the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label Nov 24, 2022
@jsuarezruiz jsuarezruiz added this to the Backlog milestone Nov 24, 2022
@ghost
Copy link

ghost commented Nov 24, 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.

@mattleibow
Copy link
Member

@PureWeen @rachelkang I think this is a duplicate?

@PureWeen
Copy link
Member

Duplicate of #5983

@PureWeen PureWeen marked this as a duplicate of #5983 Nov 27, 2022
@PureWeen PureWeen closed this as not planned Won't fix, can't repro, duplicate, stale Nov 27, 2022
@PureWeen
Copy link
Member

When pressing the back Button the Keyboard disapears but leaves the view on the size with the keyboard so the old View becomes visiable....

Is fixed by #11356

@ghost ghost locked as resolved and limited conversation to collaborators Dec 27, 2022
@Eilon Eilon removed the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label May 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants