lhak

Results 14 issues of lhak

### Describe the bug When mica is enabled, acrylic surfaces do not render correctly, as can be seen here with a dropdown menu: ![image](https://user-images.githubusercontent.com/38145893/172337144-d4d4b7af-cdf9-4b42-bda7-b39c8abfcda9.png) In comparison, with mica disabled: ![image](https://user-images.githubusercontent.com/38145893/172337184-32c174d1-1407-4798-9d51-7231211da429.png)...

bug
area-Materials
team-Rendering
product-winui3
fixed-internally

### Describe the bug After updating to 1.2 experimental, touchpad gestures like panning and zooming no longer work correctly (i.e. very laggy and no overscroll effect). This is a regression...

bug
needs-triage

All color values generated by the tool have an alpha value of 255, compared to the default system colors that are partially transparent. This creates issues for example for the...

### Describe the bug See the attached repro project. When getting the activation arguments in Main (App.xaml.cs), the application will crash with a System.NullReferenceException. Please note that this only happens...

bug
area-App activation

### Describe the bug I have a c# app with a c++ runtime component implementing a video effect. When enabling self contained deployment, I see a crash in the windows...

bug
area-Developer tools

### Describe the bug See the attached repro project. When getting the activation arguments in Main (App.xaml.cs), the application will crash with a System.NullReferenceException. Please note that this only happens...

bug

**Describe the bug** When using the CopyBuffer() method of a SoftwareBitmap to copy the pixels to a byte array the app crashes with an "Invalid cast" exception if trimming is...

bug
trimming

### Describe the bug After updating to 1.5 preview 1, I observe the debugger stopping with the following message: HEAP[App.exe]: Heap block at 0000019780A81B50 modified at 0000019780A81C36 past requested size...

area-Deployment
area-SelfContained
Status: Fixed internally

### Describe the bug To implement custom drawn window buttons, pointer events need to be handled to draw the buttons correctly. The InputNonClientPointerSource.PointerPressed event can be used to detect when...

# Proposal: The AOT source generator should output a warning instead of a message if the partial keyword is missing ## Summary To make an application AOT compatible, the partial...

enhancement
AOT