enisn / UraniumUI

Uranium is a Free & Open-Source UI Kit for MAUI.
Apache License 2.0
1.13k stars 132 forks source link

Bug Detected When Opening Two DisplayRadioButtonPromptAsync in Succession #695

Closed GuyFlorent closed 2 months ago

GuyFlorent commented 3 months ago

In my application, we first open a DisplayRadioButtonPromptAsync and retrieve the response. Then, we open another DisplayRadioButtonPromptAsync for a different result. Unfortunately, after opening the first one, the second one does not open, and the page becomes unresponsive. We cannot do anything except go back to the previous page. This is a blocking bug that prevents us from proceeding, making it very urgent.

enisn commented 3 months ago

Which dialogs package do you use?

UraniumUI.Dialogs.CommunityToolkit or UraniumUI.Dialogs.Mopups ?

If you use default implementation then it can be same problem with https://github.com/enisn/UraniumUI/issues/523 I suggest using Mopups or CommunityToolkit

GuyFlorent commented 3 months ago

i use UraniumUI.Dialogs.Mopups