You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: