microsoft-ui-xaml icon indicating copy to clipboard operation
microsoft-ui-xaml copied to clipboard

ContentDialog does not follow RequestedTheme properly in XAML Islands

Open aquinn39 opened this issue 3 years ago • 4 comments

Describe the bug

When a ContentDialog is shown within an XAML Island and it's RequestedTheme does not match the current Windows theme, it does not apply properly (See screenshot below) - mainly the buttons appear to use the wrong RequestedTheme.

Steps to reproduce the bug

  1. Create an app that uses WinUI 2 with XAML Islands (Tutorial here: https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/host-standard-control-with-xaml-islands).
  2. Set Windows' app mode to Dark
  3. Create a ContentDialog with it's requested theme set to Light in XAML and show it.

Expected behavior

The buttons should be in light mode, like the rest of the dialog. This is what happens with the same setup in a UWP app:

image

Screenshots

Here is a ContentDialog in an XAML Island with its RequestedTheme set to Light while the Windows theme is set to dark. Notice that the buttons don't seem to realise they should be in light mode, making the text very hard to read:

image

NuGet package version

Microsoft.UI.Xaml 2.8.0

Windows app type

  • [ ] UWP
  • [ ] Win32

Device form factor

Desktop

Windows version

Windows 11 (21H2): Build 22000

Additional context

No response

aquinn39 avatar Jul 21 '22 17:07 aquinn39

I found some more information about this, it seems the Windows Terminal team has come across this issue as well. See these for some more details about this problem:

https://github.com/microsoft/terminal/pull/5224 https://github.com/microsoft/terminal/issues/12356 https://github.com/microsoft/terminal/issues/3917 https://github.com/microsoft/terminal/issues/3654 https://github.com/microsoft/terminal/issues/5195

aquinn39 avatar Jul 23 '22 18:07 aquinn39

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Jul 28 '23 22:07 github-actions[bot]

Still happens in the latest version of WinUI 2 and Windows 11.

aquinn39 avatar Aug 02 '23 04:08 aquinn39

@bpulliam Y'all may want to dedupe with #2331. My limited reading of these two is that they're effectively the same.

zadjii-msft avatar Jul 01 '24 15:07 zadjii-msft