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 control inside Mopups lacks unfocus functionality when clicking outside of the control #116

Open
anandhan-rajagopal opened this issue Apr 5, 2024 · 2 comments

Comments

@anandhan-rajagopal
Copy link

anandhan-rajagopal commented Apr 5, 2024

Bug Description

Issue:
Currently, the entry control embedded within pop-ups lacks the functionality to unfocus when clicking outside the control area. This behavior is inconvenient for users as it prevents them from seamlessly interacting with other elements on the page after using the pop-up.

Expected Behavior:
When a user clicks outside the entry control within the pop-up, the control should lose focus, allowing the user to interact with other elements on the page.

Environment:

Platform: Windows
.NET Version: 8.0.0
Mopups Version: 1.3.1
Maui Version: 8.0.7

Repro Sample

https://www.syncfusion.com/downloads/support/directtrac/general/ze/MopupsSample-1639055519

Steps to Reproduce:

Open the application/interface containing a pop-up with an entry control.
Click inside the entry control to give it focus.
Attempt to click outside the entry control within the pop-up area.
Notice that the entry control retains focus and does not unfocus.

OutputVideo

Mopups_EntryIssue.mp4
@IeuanWalker
Copy link
Contributor

@anandhan-rajagopal does adding HideSoftInputOnTapped="True" to the root of the popup fix it?

image

@anandhan-rajagopal
Copy link
Author

Hi @IeuanWalker, Thank you for the response. I tried your suggestion, but it won't help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants