-
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
[BUG] Grid is always InputTransparent (.NET MAUI 9.0 Preview 2) #21553
Comments
Verified on 9.0.0-preview.2.10293 & 9.0.0-preview.1.9973 & 8.0.14, can repro on Android platform, after replacing the code I can still click the button. |
Hi @janne-hmp. 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. |
What is the latest version? I'm using the following (.NET MAUI 9.0 Preview 2 / Visual Studio 17.10.0 Preview 2.0), There was just no option to select the latest .NET 9.0 Preview 2 version in the Bug report drop box on GitHub issues; perhaps you can add that?
|
Duplicate of #10252 |
There was a workaround found in #9153 (comment)
|
Description
It seems that all grids are InputTransparent even when InputTransparent is set to false.
Steps to Reproduce
XAML is then:
Link to public reproduction project repository
No response
Version with bug
9.0.0-preview.1.9973
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 14, perhaps all others as well, did not test
Did you find any workaround?
Yes, I added an empty TapGestureRecognizer to the Grid, but the point is that InputTransparent does not work for the Grid. If it is intended, InputTransparent should be marked deprecated for Grid.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: