[Windows] App based on FlyoutPage uses incorrect title bar colours when system is set to Dark theme and app set to Light theme - illegible content #23057
Labels
area-controls-window
Window
fixed-in-8.0.70
fixed-in-9.0.0-preview.6.24327.7
migration-compatibility
Xamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convert
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
When the windows app is set to Light theme, and the computer is set to Dark theme, the application window's buttons at the top are shown in white against a white background while the app window has focus. If focus is moved away from the app, the button icons change color and become visible.
This fails on maui from the first v8 up to SR6. I've not been able to try older versions of maui. This works fine on xamarin forms.
Steps to Reproduce
MainPage = new AppShell();
withMainPage = new MainPage();
RequestedTheme = ApplicationTheme.Light;
Link to public reproduction project repository
No response
Version with bug
8.0.3 GA
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
Reproduced in Windows 11 22631.3737
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: