dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.28k stars 1.76k forks source link

[MAUI]Adding 7 to D10 and continue clicking a few more times, then click ‘-’, the page will get stuck. #22478

Closed RoiChen001 closed 6 months ago

RoiChen001 commented 6 months ago

Description

Adding 7 to D10 and continue clicking a few more times, then click ‘-’, the page will get stuck.

Note: This problem currently only occurs on the Windows platform.

Steps to Reproduce

1.Deploy https://devdiv.visualstudio.com/Pkgs/_git/VS.TestAssets.Xaml?path=/Assets/Projects/ManualMauiTests to Windows. 2.Click 'D10'. 3.Click '+' until 7. 4.Continue clicking a few more times. 5.Click '-'.

Actual result: The page will get stuck. aa

Expected result: Clicking multiple times has no effect, the page won't get stuck.

Link to public reproduction project repository

https://devdiv.visualstudio.com/Pkgs/_git/VS.TestAssets.Xaml?path=/Assets/Projects/ManualMauiTests

Version with bug

8.0.60-ci.net8.24267.1

Is this a regression from previous behavior?

Not a regression. It can be reproduced on 8.0.3 & 8.0.40 & 8.0.40-nightly.10612+sha.752eed7129-azdo.9538080.

Affected platforms

Windows

github-actions[bot] commented 6 months ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

PureWeen commented 6 months ago

Duplicate of #19966

RoiChen001 commented 6 months ago

@PureWeen I'm a little confused. #19966 got stuck because of typing text into the editor, but this bug got stuck because of continuing to click multiple times. I noticed you closed this problem as a duplicate, could you explain it further to help me understand it better? Thanks!

PureWeen commented 6 months ago

@RoiChen001 the underlying reason for the same page freezing up is most likely the same, so, I just want to make sure that this issue and the other one are referencing each other. It's a little tricky to know if they are 100 percent the same issue, it's more that they both fail in the same way on the same screen.

Once #19966 is resolved (which it might be on the latest nightly), if this issue still isn't fixed, then we can reopen this one.

For tracking reasons, if you'd prefer to leave both of these open. We can leave both of these open.

RoiChen001 commented 6 months ago

@PureWeen Thanks for your attention and reply. I will continue to track the fix status of https://github.com/dotnet/maui/issues/19966. If this issue is still not fixed, I will continue to contact you to reopen it.