robloo

Results 34 issues of robloo

**Describe the bug** Certain controls do not properly name their template parts. These should be renamed to follow convention before the 11.0 release as it is a breaking change for...

bug

**Describe the bug** There is a strange behavior in the `SplitButton`/`ToggleSplitButton` that isn't related to the `SplitButton` itself. The internal `Button` control is applying the :pressed Pseudoclass on click but...

bug

**Describe the Feature** The negation "bang" operator `!` doesn't work in control themes. If used in a TemplateBinding with compiled bindings enabled the compiler with throw an error. If used...

enhancement

## Fixes / Updates Relates to updates mentioned in #3643 1. Create a new `ColorPreviewer` primitive and use it in the `ColorPicker` * Enables new `ShowAccentColors` property * Fixes #4208...

bug :bug:
controls :control_knobs:
bugbash :building_construction:
feature request :mailbox_with_mail:

## Describe the problem this feature would solve Roll-up of all feature additions and changes needed for the next version of the ColorPickerButton. Original PR https://github.com/windows-toolkit/WindowsCommunityToolkit/pull/3379 Original Issue https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3363 Features...

open discussion :telephone:
feature request :mailbox_with_mail:
In-PR :rocket:

# Implement a WinUI Version of the Mapsui MapControl The future of the UWP platform as a whole is questionable. However, Microsoft is continuing to support the UI layer with...

enhancement

Glyphs with a Unicode Point over 0xFFFF appear to be missing in the .ttf files here: https://github.com/microsoft/fluentui-system-icons/tree/master/fonts `FluentSystemIcons-Filled.ttf` and `FluentSystemIcons-Regular.ttf` Example of these glyphs are: ```json "ic_fluent_play_16_regular": "0x10029", "ic_fluent_play_28_regular": "0x1002a",...

Example: ic_fluent_cloud_backup_48_regular was deprecated. However, you can still find it in https://github.com/microsoft/fluentui-system-icons/blob/master/fonts/FluentSystemIcons-Regular.json. https://github.com/microsoft/fluentui-system-icons/blob/master/fonts/FluentSystemIcons-Regular.json and https://github.com/microsoft/fluentui-system-icons/blob/master/fonts/FluentSystemIcons-Filled.json need to be updated to include ONLY the newer names.

Unicode defines private use areas which are used for symbol fonts such as this. Microsoft's other symbol fonts such as Segoe MDL2 Assets and Segoe Fluent Icons follow the private...

Adjust the event section to account for PreviewKeyDown https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.uielement.previewkeydown?view=winrt-20348#remarks