-
Notifications
You must be signed in to change notification settings - Fork 27
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
Card HoverOverlay does not extend over entire card if SupportingContent is not supplied #1308
Open
3 of 5 tasks
Labels
control/card
Categorizes an issue or PR as relevant to the Card control
kind/bug
Something isn't working
Comments
@DC-tvone as a temporary workaround, you can explicit set the MinHeight of Card to a much lower value, either on the card itself or by overriding its style. |
@MartinZikmund @carldebilly does this look like a measure/arrange issue on Grid? |
Xiaoy312
added
the
control/card
Categorizes an issue or PR as relevant to the Card control
label
Dec 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
control/card
Categorizes an issue or PR as relevant to the Card control
kind/bug
Something isn't working
Current behavior
Adding a Card without specifying the SupportingContent results in the hover overlay not fully covering the card
Code above was taken from the Uno Gallery example
You can clearly see the missing part of the hover overlay. This gets worse if the card is taller.
Expected behavior
The same card with the SupportingContent specified shows the correct hover overlay:
How to reproduce it (as minimally and precisely as possible)
Add a card and do not set the SupportingContent property.
The card should use the default card style, make sure you are not overriding the style for cards.
Environment
Nuget Package:
Package Version(s):
Xamarin.Google.Android.Material {1.11.0.3}
Uno.Extensions.Navigation.WinUI {5.1.3}
Uno.UI.Adapter.Microsoft.Extensi... {5.5.87}
Uno.Resizetizer {1.6.1}
Uno.Extensions.Http.Refit {5.1.3}
Uno.Settings.DevServer {1.1.22}
Uno.Fonts.OpenSans {2.4.5}
Uno.UI.HotDesign {1.1.1}
Uno.Material.WinUI {5.3.1}
Uno.Extensions.Localization.WinUI {5.1.3}
Uno.Extensions.Serialization.Http {5.1.3}
Uno.Extensions.Navigation.Toolki... {5.1.3}
Xamarin.AndroidX.Legacy.Support.V4 {1.0.0.23}
Uno.Sdk.Extras {5.5.11}
Xamarin.AndroidX.Activity {1.9.2.1}
Xamarin.AndroidX.SwipeRefreshLayout {1.1.0.24}
Microsoft.NET.ILLink.Tasks {9.0.0}
Uno.UniversalImageLoader {1.9.37}
Xamarin.AndroidX.Browser {1.8.0.6}
Uno.Toolkit.WinUI {6.3.7}
Xamarin.AndroidX.RecyclerView {1.3.2.8}
Uno.Extensions.Http.WinUI {5.1.3}
Xamarin.AndroidX.AppCompat {1.7.0.3}
SkiaSharp.Views.Uno.WinUI {2.88.9-preview.2.2}
Uno.Dsp.Tasks {1.4.0}
Uno.WinUI.DevServer {5.5.87}
Uno.WinUI {5.5.87}
Uno.Extensions.Serialization.Refit {5.1.3}
SkiaSharp.Skottie {2.88.9-preview.2.2}
Uno.Extensions.Hosting.WinUI {5.1.3}
Microsoft.Extensions.Logging.Con... {9.0.0}
Uno.Extensions.Core.WinUI {5.1.3}
Uno.Extensions.Configuration {5.1.3}
Uno.WinUI.Lottie {5.5.87}
CommunityToolkit.Mvvm {8.3.2}
Uno.Toolkit.WinUI.Material {6.3.7}
Uno.Extensions.Logging.WinUI {5.1.3}
Uno.Extensions.Logging.OSLog {1.7.0}
Microsoft.Windows.SDK.BuildTools {10.0.26100.1742}
Uno.Core.Extensions.Logging.Sing... {4.1.1}
Microsoft.WindowsAppSDK {1.6.241114003}
Microsoft.Windows.Compatibility {9.0.0}
Uno.Extensions.Logging.WebAssemb... {1.7.0}
Uno.WinUI.Runtime.WebAssembly {5.5.87}
Microsoft.NET.Sdk.WebAssembly.Pack {9.0.0}
Uno.Wasm.Bootstrap {9.0.8}
Uno.Wasm.Bootstrap.DevServer {9.0.8}
Affected platform(s):
Anything else we need to know?
The text was updated successfully, but these errors were encountered: