holecekp

Results 16 issues of holecekp

### Description RadioButtons without a ControlTemplate works well. Besides mouse, or touch, one can activate them from the keyboard. The user can press Tab key to navigate to the particular...

t/bug :bug:
e/3 :clock3:
a/radiobutton :radio_button:

### Description I am using Microsoft AppCenter and I have received the following crash report for my application. The application uses Xamarin.Essentials to turn on/off the flashlight. The app itself...

bug

I have run into problems when I was trying to add migration for Identity framework in the 4th part of this workshop (https://github.com/dotnet-presentations/aspnetcore-app-workshop/blob/master/docs/4.%20Add%20auth%20features.md). When I run command `Add-Migration CreateIdentitySchema`, the...

I have tried the first section "Create BackEnd API project". However, when I scaffold the API controller using Visual Studio, it fails with the following error: `Method 'Create' in type...

### Description Background and BackgroundColor properties of BoxView do not work. They are ignored completely and the BoxView has always a black background instead. This has already been reported a...

t/bug
platform/windows 🪟
platform/android 🤖
area/controls 🎮

### Description My app started to crash on various pages after upgrade to .NET 7. I had spent a few hours comparing the crashing and non-crashing projects to find the...

t/bug
platform/windows 🪟
s/needs-attention
migration-compatibility

### Description ToolbarItems are completely wrong on windows. Consider this example with two primary and two secondary toolbar items: ```xml ``` The primary items are not displayed. Empty buttons without...

t/bug
platform/windows 🪟
area/toolbar

### Description All apps stopped working on Windows after updating Visual Studio to the version 17.4.3 (which probably also updated MAUI). When I press F5, any app will not run...

t/bug
platform/windows 🪟
p/1
s/needs-attention

### Description AppCenter reports a few crashes on Android in TextBlockExtensions.RecalculateSpanPositions after updating to Xamarin.Forms 5.0.0.2612 with the following exception: ``` System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative...

t/bug :bug:
p/Android
s/unverified
a/label

### Description DateTime.Now sometimes throws exceptions on Android because of wrong time zone data. This has been reported in https://github.com/xamarin/xamarin-android/issues/8090. The bug report has been closed because it cannot be...

bug