Timo Partl

Results 81 issues of Timo Partl

### Describe the bug When building the app with `PublishAot=true`, getting a string array from `ApplicationData.Current.LocalSettings` and casting it to the `string[]` type I get: `System.InvalidCastException: 'Unable to cast object...

AOT

### Description This bug/crash has been reported previously here: https://github.com/CommunityToolkit/Windows/issues/612 ``` System.InvalidCastException: Specified cast is not valid at System.Runtime.RuntimeExports.RhUnbox2(MethodTable*, Object) + 0x3f at CommunityToolkit.WinUI.Controls.GridSplitter.IsStarColumn(ColumnDefinition) + 0x53 at CommunityToolkit.WinUI.Controls.GridSplitter.OnDragHorizontal(Double) + 0xf9...

**Is your feature request related to a problem? Please describe.** Currently macOS auth uses a (old/deprecated?) WebView for auth. **Describe the solution you'd like** It would be preferred if [ASWebAuthenticationSession](https://developer.apple.com/documentation/authenticationservices/aswebauthenticationsession)...

Feature Request
public-client

### Describe the bug I'm having a horizontal ItemsView that is scrollable. I want the items inset horizontally by 8 points so that they don't hug the window border. But...

bug
needs-triage

### Describe the bug When setting up a `ItemsView` with a `StackLayout` that has `Orientation="Horizontal"` set, I cannot scroll through the list using the mouse wheel. This was and is...

bug
needs-triage

### Describe the bug When the items in a `LinedFlowLayout` extend the available width of the first row, the items are compressed instead of being laid out in a new...

bug
area-TextBlocks

### Describe the bug The goal is to show a "hand" cursor when the user hovers over a link in my RichEditBox. In UWP I was able to do this...

needs-triage

### Describe the bug When using a `TextBox` with `TextWrapping="Wrap"` in a StackPanel or Grid forcing minimal required height on the `TextBox`, it does not size itself correctly when the...

bug
area-TextBox

### Describe the bug The icons for the primary commands in a `TextCommandBarFlyout` aren't centered ![Image](https://github.com/user-attachments/assets/3dab3bc7-7de5-47e8-af3c-2accabc2ed36) ### Steps to reproduce the bug ``` textBox.SelectionFlyout.Opening += Menu_Opening; textBox.ContextFlyout.Opening += Menu_Opening; ```...

bug
area-TextBox
accessibility

### Describe the bug I wondered why I had to click twice on the windows "close" button for the window to close and my app to shut down. I was...

bug
area-AppWindow