WinUI-Gallery
WinUI-Gallery copied to clipboard
WinUI 3 Gallery: Caption buttons appear disabled
Describe the bug
Caption buttons appear disabled. They are also oddly sized. The titlebar isn't the same size as UWP apps. There are no pressed states. The hover state doesn't look right. Pressing and dragging outside of the buttons don't cancel the action.
There is an issue with the top window border. This may be a bug in Windows, but I'd expect a resolution and progress tracking in some way as well as backported fixes.
Steps to reproduce the bug N/A
Expected behavior
Consistency with apps like File Explorer, and in terms of size, consistency with UWP apps like WinUI 2 Gallery.
Actual behavior
See screenshots and bug description.
Screenshots
Window is active, hovering over close button.
Window is active, hovering over maximise button.

Compare this to WinUI 2 Gallery:

Version Info
Gallery version (found on Settings page):
1.3.12.0
Windows 10 version:
- [ ] Insider Build (xxxxx)
- [x] 21H2 (19044)
- [ ] November 2019 Update (18363)
- [ ] May 2019 Update (18362)
- [ ] October 2018 Update (17763)
- [ ] April 2018 Update (17134)
- [ ] Fall Creators Update (16299)
- [ ] Creators Update (15063)
- [ ] Anniversary Update (14393)
Device form factor:
- [x] Desktop
- [ ] Xbox
- [ ] Surface Hub
- [ ] IoT
Additional context
This is why a framework should do basic stuff built-in and well. Now every app needs to create a custom title bar even to get the default look that UWP provided out of the box, which enables inconsistency and accessibility issues to go unnoticed. Now, 48px is the size that Microsoft recommends so that's fine I guess.
This is resolved with later versions of WASDK
@niels9001 quite a few things were mentioned in this issue. Were all of them addressed in that new version of WASDK?