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
Originally posted by typenoob December 27, 2024
Hi, I want to make a popup which would be closed when tap on the backdrop but remain on the screen if tap inside of it. The NewPopUp or NewModalPopUp method does not satisfy my requirement perfectly. Is there any solution for it conveniently? Appreciate for any help!
The text was updated successfully, but these errors were encountered:
Interestingly, it seems like it was once intentional behavior to hide the popup when tapped - https://github.com/fyne-io/fyne/blob/develop/widget/popup.go#L80. I do think this is wrong though and we should remove it to achieve the behavior described in this issue.
oh, interesting, removing that prevents the popup from dismissing at all... I guess the popup actually covers the whole window even though it doesn't look like it. This will be harder to fix then
Discussed in #5340
Originally posted by typenoob December 27, 2024
Hi, I want to make a popup which would be closed when tap on the backdrop but remain on the screen if tap inside of it. The
NewPopUp
orNewModalPopUp
method does not satisfy my requirement perfectly. Is there any solution for it conveniently? Appreciate for any help!The text was updated successfully, but these errors were encountered: