[regression/8.0.0-preview.7.8842] VisualState does not return to Normal
state when using an AppThemeBinding
#17354
Labels
area-xaml
XAML, CSS, Triggers, Behaviors
fixed-in-8.0.0-rc.2.9373
Look for this fix in 8.0.0-rc.2.9373!
i/regression
This issue described a confirmed regression on a currently supported version
platform/windows 🪟
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Milestone
Description
Utilizing a
VisualState
that defines anAppThemeBinding
inPointerOver
never returns toNormal
state.Steps to Reproduce
Given
Observe the following.
This does not occur if you remove the
AppThemeBinding
binding and just useRED
.Link to public reproduction project repository
https://github.com/daltzctr/maui-hoverstate-repro
Version with bug
8.0.0-preview.7.8842
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
8.0.0-preview.6.8686
Affected platforms
Windows
Affected platform versions
No response
Did you find any workaround?
Don't use
AppThemeBinding
. Unfortunately, for applications that support more than one theme (dark and white), this is not an acceptable solution.Relevant log output
No response
The text was updated successfully, but these errors were encountered: