Xiaotian Gu

Results 56 issues of Xiaotian Gu

GitHub Issue (If applicable): closes #9208 ## PR Type What kind of change does this PR introduce? - Bugfix ## What is the current behavior? iOS border can only be...

### Current behavior https://github.com/unoplatform/uno/blob/bdb7295574890d5da812248d62f5f230bebf257d/src/Uno.UWP/UI/Text/FontWeights.cs#L40 Uno defines FontWeights.SemiLight as having a value of 250 ### Expected behavior whereas Microsoft defines it as as having a value of 350: https://docs.microsoft.com/en-us/windows/windows-app-sdk/api/winrt/microsoft.ui.text.fontweights.semilight?view=windows-app-sdk-1.1 https://docs.microsoft.com/en-us/uwp/api/windows.ui.text.fontweights.semilight?view=winrt-22621#windows-ui-text-fontweights-semilight

kind/bug
project/text
difficulty/tbd

uwp: ![toggleswitch win](https://user-images.githubusercontent.com/2359550/173391851-7e0f72c6-6568-429d-a94e-a5ea4186c4e1.gif) skia.gtk: ![toggleswitch skia](https://user-images.githubusercontent.com/2359550/173391859-cc846542-80b5-4ee9-a0ec-8e0265351e68.gif)

kind/bug

```xml #FFFFFF #DEFFFFFF #000000 #51FFFFFF ``` One of them doesnt look like the other note: when working on this, keep an eye on all direct reference of `MaterialOverlayColor` and adjust...

kind/enhancement

^... other than negative margin ![image](https://user-images.githubusercontent.com/2359550/142155877-48701f15-3664-475f-9167-21ffc702ef1a.png) by spec the height should be: - 14 for track (ok) - 20 for knob (ok) - 40 for outer ring on hover/click (ok)...

kind/enhancement
theme/material

## Current behavior ![image](https://user-images.githubusercontent.com/2359550/107072904-a1b99380-67b4-11eb-8e81-0c707de60761.png) ## Expected behavior Should not happen. ## How to reproduce it (as minimally and precisely as possible) 1. Launch the Gallery app 2. Navigate to Components\Cards...

## Current behavior ![image](https://user-images.githubusercontent.com/2359550/106946232-da933300-66f6-11eb-8f0a-4972d50aef5b.png) ## Expected behavior ![image](https://user-images.githubusercontent.com/2359550/106946741-8046a200-66f7-11eb-9b32-cfb4b93fc264.png) ## How to reproduce it (as minimally and precisely as possible) Launch the sample app on Skia.GTK Goto `BottomBarNavigation` sample Click on...

kind/bug

GitHub Issue (If applicable): re: unoplatform/uno.toolkit.ui#307 ## PR Type What kind of change does this PR introduce? - Bugfix ## What is the current behavior? When navigating to an external...

### Current behavior cant scroll on a horizontal ListView with: ```xml ``` ### Expected behavior should work like on uwp ### How to reproduce it (as minimally and precisely as...

kind/bug
platform/wasm
area/listview
area/scrollviewer
difficulty/tbd
platform/gtk