Mike Marynowski

Results 24 issues of Mike Marynowski

Any further updates planned to this project, in particular to get it working properly on .NET Core? Or are there any forks out there with the necessary fixes?

GitHub Issue (If applicable): closes #9417 ## PR Type What kind of change does this PR introduce? - Feature ## What is the current behavior? Native WPF/GTK text boxes are...

## What would you like to be added: A Skia-based TextBox implementation. ## Why is this needed: Current implementation shows a TextBlock and overlays a native platform TextBox on focus...

kind/enhancement
area/skia
project/input
difficulty/tbd

## What would you like to be added: TextBlock on Skia currently does not handle mouse over tracking to allow for hyperlinks to change color and cursor to change to...

kind/enhancement
triage/untriaged
project/text
difficulty/tbd

### Current behavior Currently, `Hyperlink` elements nested in a `TextBlock` on iOS, macOS, Android and Skia do not get the color from the theme resources but rather either use a...

kind/bug
project/text
difficulty/tbd

For a while now I can't get debugging in WASM projects to work: ![image](https://user-images.githubusercontent.com/1700111/141178694-567579bd-b40d-4a11-b228-75b44d558faf.png) A fresh project (`dotnet new unoapp`) updated to latest stable or dev builds of all uno...

## Current behavior ![image](https://user-images.githubusercontent.com/1700111/142780434-5c9456dd-04c7-4776-8669-5842b9248db6.png) ## Expected behavior Items should be padded evenly on each side by default. The style also does not honor a custom `Padding` value set on the...

kind/bug

## Current behavior The drop down list does not honor DisplayMemberPath: ![image](https://user-images.githubusercontent.com/1700111/142780276-f9cd5742-a445-48c8-bd9e-63ee4bb8a0d2.png) But it shows correctly once an item is clicked: ![image](https://user-images.githubusercontent.com/1700111/142780280-726d55de-8a0a-4739-9454-ddd4e65173aa.png) ## How to reproduce it (as minimally and...

kind/bug

The TOC would look much nicer if `` elements were inserted after each dot seperating nested class names. For example: ![image](https://user-images.githubusercontent.com/1700111/155875813-0fe49c87-8a5e-41a4-a4a0-645726a52b10.png) If I manually add `` after every dot in...

## What would you like to be added: Allow `ComboBox` to use the native picker to select an item. ## Why is this needed: The native item picker control is...

kind/enhancement
project/documentation
difficulty/starter
area/popups
area/combobox