-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Dialog box for method DisplayPromptAsync is displayed abnormally in windows machine #7650
Comments
verified repro on widows. repro project: |
Verified this on Visual Studio Enterprise 17.6.0 Preview 7.0. This issue does not repro on Android 13.0, repro on Windows 11 with below Project: |
We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process. |
Hi @jessiezh0320, are you able to repro this issue with the latest version of MAUI? I was not able to: |
Hi @jessiezh0320. We have added the "s/try-latest-version" label to this issue, which indicates that we'd like you to try and reproduce this issue on the latest available public version. This can happen because we think that this issue was fixed in a version that has just been released, or the information provided by you indicates that you might be working with an older version. You can install the latest version by installing the latest Visual Studio (Preview) with the .NET MAUI workload installed. If the issue still persists, please let us know with any additional details and ideally a reproduction project provided through a GitHub repository. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
Description
Dialog box for method DisplayPromptAsync is displayed abnormally in windows machine.
But it all works on android device.
Steps to Reproduce
create a new maui app
add a button in MainPage(e.g.
Go to Next Page
) and addClicked
event for this buttoncreate a new page
NewTournamentPage
, then add a button (add
)on this page and addClicked
event for this buttonclick button
add
on pageNewTournamentPage
,then Prompt will pop up, and after we input some name for the Prompt, clickOk
button, then the Prompt will dismiss and we can get the input name correctly,but at the same time, another Prompt will popup.And if we input some string, we can not get the input correctly.
Besides, If we just try it a few more times, the Prompt will display on
MainPage
not pageNewTournamentPage
.Version with bug
6.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
Microsoft Visual Studio Enterprise 2022 (64-bit) - Preview Version 17.2.0 Preview 6.0
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: