-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Regression in GoToAsync behavior on Windows in 9.0.12 #26466
Comments
Oh, the button can actually still be clicked! It's just the style that is off... i.e. it just looks disabled |
@jeremy-visionaid I tested your sample on 9.0.0, 9.0.10 and 9.0.12 I'm seeing the same behavior on both versions where the button visually disables |
@PureWeen Did you do a clean/rebuild? I don't think it shows up on an incremental build just changing the version number (which is another problem...). |
yea, I deleted the bin/obj each time |
What version of windows are you on? |
24H2: Version 10.0.26100 Build 26100 I'll see if I can repro on a different machine... |
Same |
@PureWeen I can repro on both my desktop (Ryzen + NVidia) and my laptop (Intel GPU/GPU), both 24H2. I assume you can also click the button even though it appears disabled? What happens on Android/iOS for you? For me the button appears enabled on every combination except 9.0.12 on Windows. Looks like reverting #26108 restores the behaviour in 9.0.10, but I'll just double check... |
yea, the behavior is consistent for me between all net9 versions click button I pinged some folks to test once they are around in a few hours as well |
Description
When using an MMVM RelayCommand to invoke GoToAsync, the button invoking the command becomes disabled on Windows.
The behavior is as expected on iOS and Android, and on MAUI 9.0.10 on Windows.
Steps to Reproduce
Clone the repro repo (gotoasync branch)
The "Click me" button is now disabled
Link to public reproduction project repository
https://github.com/jeremy-visionaid/MauiTestApp/tree/gotoasync
Version with bug
9.0.12 SR1.2
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
9.0.10 SR1
Affected platforms
Windows
Affected platform versions
No response
Did you find any workaround?
Revert back to 9.0.10
Relevant log output
The text was updated successfully, but these errors were encountered: