A repo dedicated for reproducing uwp/windows app sdk bugs
| Issue | Description | Last checked | Fixed? |
|---|---|---|---|
| UISettings-ColorValueChanged | UISettings.ColorValueChanged not working in WinUI3 (packaged) apps. |
WASDK 1.5 | ❌ |
| Spypp-Wrong-WindowSize | Spy++ returns wrong window size. | / | ❌ |
| Dialog-Crashes | WinUI3 App crash when closing an inactive window with a ContentDialog opened |
1.6.240531000-experimental1 | ✅ |
| CollectionViewSource not working | CollectionViewSource not working with C# public fields and C++WinRT |
UWP & WASDK 1.5 | C++ ✅ C# ❌ |
| Same Property name with different type conflict | Two runtimeclass with properties that has the same name but different type will fail to build (this issue only relates to C++) |
UWP & WASDK 1.5.2 | UWP ❌ WinUI3 ✅ |
| DependencyPropertyType | Registering attached DependencyProperty of type DependencyProperty throws exception | WASDK 1.5.2 | ❌ |
| Exception launching app settings with uri | Exception when launching appsfeatures-app settings uri with LaunchUriAsync | WASDK 1.5.2 | ❌ |
| CrossFadeEffect output opposite as documentation | Win2d CrossFadeEffect output opposite effect as documented |
Win2D.WinUI 1.2.0 | ❌ |
| BitmapIcon not respond to ShowAsMonochrome change | BitmapIcon does not respond to ShowAsMonochrome change, and is documented nowhere. | 1.6.240701003-exp2 | ❌ |
| My fault, read [uri doc](https://learn.microsoft.com/en-us/uwp/api/windows.foundation.uri?view=winrt-26100#remarks) | |||
| Svg image not rendering in remote desktop with a higher dpi | Svg image disappear when first launched on a PC, then connect to it with another PC that has higher DPI using remote desktop | WASDK 1.5.2 | ❌ |
| HTML select popup not following webview2 | select popup in a web page is not following webview2 control itself when scrolled. | Windows App SDK 1.5.2: 1.5.240404000 | ❌ They closed as internally tracked. So I have to track it myself. |
| FindName not working in WinUI3 | FindName() fails to load a x:Load="False" element in winui3, while UWP does |
WASDK 1.5.2 | ❌ |
| Crash in Microsoft.VisualStudio.DesignTools.WinUITap.dll | WinUI3 app crash in visual studio debugging | WASDK 1.5.2 | ❌ |
| ThemeResource failed to assign to custom property | WinUI3 & UWP app crash in assigning custom property with ThemeResource |
WASDK 1.6 preview | UWP ❌ WinUI3 ❌ |
| RadioButtons SelectionChanged trigger twice | RadioButtons SelectionChanged event trigger twice when selecting another item |
Winui2 2.8.6 & WinUI3 1.5.2 | UWP-WinUI2 ❌ WinUI3 ❌ |
| Registry of HKEY_CLASS_ROOT when registering a custom scheme with uap:Protocol is not cleaned up after uninstall | \ | WASDK 1.6 | ❌ |
| Inheriting from ListView(Base) breaks SelectedIndex selection | Selector.SelectedIndex will be changed seemingly by itself if inherit from ListViewBase to create a new control |
WASDK 1.6 | ❌ |
| TextBox inside a ScrollViewer does not lose focus when click in empty spaces | \ | WASDK 1.6.240923002 | ❌ |
| Binding Thickness in Resource crash | x:Bind to any properties of type Thickness crashes the app |
WASDK 1.6.240923002 | ❌ |
| Cannot {x:Bind} to property of named non-control in C++/WinRT | {x:Bind} to named non-control in xaml cause compile error | \ | WASDK 1.6.240923002 ❌ |
| Setting controls in VisualState crash | \ | WASDK 1.6.241114003 ❌ UWP ❌ | |
| InputNonClientPointerSource secretly changes region | Setting the maximize region of a win32 window secretly reverts back to win32 default | WASDK 1.6.250205002 | ❌ |
| InputNonClientPointerSource no longer works after removing titlebar with SetBorderAndTitleBar | InputNonClientPointerSource no longer works after removing titlebar with SetBorderAndTitleBar(false, false) |
WASDK 1.6.250108002 | ✅ |
| x:Bind to ActualTheme does not update when the control's theme actually changes | \ | WASDK 1.6.250205002 | ❌ |
| Packaged wasdk app can't even read correct registry value? | \ | WASDK 1.6.250205002 | ❌ |
| Cannot specify Int32 as DataType in DataTemplate | \ | WASDK 1.7.250401001 | ❌ |
| Cannot use normal win32 methods to set fullscreen | Clicking the taskbar once, the taskbar will never disappear when using normal win32 api to fullscreen a winui3 window | 1.8.250906003 | ❌ |
| Cannot get visual tree of TeachingTip | Using VisualTreeHelper to traverse a TeachingTip gives incomplete result | 1.8.250906003 | ❌ |