Windows icon indicating copy to clipboard operation
Windows copied to clipboard

Collection of controls for WinUI 2, WinUI 3, and Uno Platform developers. Simplifies and demonstrates common developer tasks building experiences for Windows with .NET.

Results 247 Windows issues
Sort by recently updated
recently updated
newest added

> Latest on Wasm - In TabbedCommandBar, text is missing on the tabs and the cause is less clear. No errors in the console. ![image](https://github.com/CommunityToolkit/Windows/assets/9384894/7b59d9ef-bd9e-4246-8e0b-332b13c53655) _Originally posted by @Arlodotexe in...

bug
Uno
components::controls::tabbedcommandbar

### Describe the bug ### Issue Accessibility Insights reporting: "A button must support one of these patterns: Invoke, Toggle, or ExpandCollapse." when using a SettingsCard that is clickable (`IsClickEnabled=True`). ###...

good first issue
help wanted
ux 🖌️
accessibility :accessibility:

### Describe the bug Trying to use the SettingsControl in a uno 5.1 project and i get the following error when compiling E:\ZiiDMS\ZiiDMSApp\Client\ZiiDMSApp\ZiiDMSApp.Mobile\Uno.UI.SourceGenerators\Uno.UI.SourceGenerators.BindableTypeProvi ders.BindableTypeProvidersSourceGenerator\BindableMetadata.g.cs(3674,91): error CS0433: The type 'CameraHelper' exists...

### Describe the bug The ColorPicker component was added in https://github.com/CommunityToolkit/Windows/pull/241 and recently released in 8.1-rc. We had run into some minor issues ColorPicker on wasm before, but this was...

bug
Uno

### Describe the bug Because the `CustomPalette` property of `ColorPicker` is [explicitly assigned in the code](https://github.com/CommunityToolkit/Windows/blob/main/components/ColorPicker/src/ColorPicker.cs#L968), it prevents the property to be styled. Style setters will always have les priority...

### Describe the bug ``` ``` ![Screenshot 1](https://github.com/CommunityToolkit/Windows/assets/366038/beaeca58-6498-4729-8359-ed962a216d2e) It's only when the value is changed and is trying to be bound to code. So `OneWay` works. Work around it like...

## Describe the bug When using AttachedCardShadow anywhere in my app (WinUI3 / WinAppSDK 1.0), it runs fine from Visual Studio. But as soon as I package the app and...

bug
help wanted
components::media

## Background Calls to Composition inside of ImplicitAnimationSet were causing the ColorPicker to fail to show on Wasm in [this PR](https://github.com/CommunityToolkit/Windows/pull/241#issuecomment-1899107130). We're referencing the Animations component for `ImplicitAnimationSet`, but implicit...

bug
Uno
components::animations

### Describe the bug When I place 2 rich edit boxes, both with a text toolbar attached on the UI, the one text toolbar will modify formatting for both of...

### Describe the bug When some bizarre values are set in a RangeSelector, the DWM crashes. ### Steps to reproduce ```text Set a RangeSelector to 100-100, and set the max...

bug
Priority-1