David

Results 77 issues of David

## Current behavior When you use refit, the code generated by refit seems to break hot-reload ## Expected behavior We are able to use hot-reload even if we use refit...

kind/bug
triage/untriaged

## What would you like to be added: On the model of https://github.com/unoplatform/uno.toolkit.ui/blob/main/src/Uno.Toolkit.UI/Behaviors/ItemsRepeaterExtensions.cs, we need a selection behavior to add support of `ISelectionInfo` for `RadioButtons` (which does not inherit from...

kind/enhancement
triage/untriaged
control/extensions-helpers-markup

When enabling the `InputInjector` on WASM, we enabled all runtime-tests that relies on it, but those are failing for no good reason: - [ ] Given_UIElement.When_DragOver_Fires_Along_DragEnter_Drop - [ ] Given_Grid.When_Grid_Child_Canvas_ZIndex...

kind/bug
platform/wasm 🌐
area/tests πŸ§ͺ
project/pointers πŸ–±οΈ
difficulty/tbd

## Current behavior The `ScrollViewer` explicitly override the `TemplatedParent` of its `Content` in the `ApplyScrollContentPresenterContent` method. If we remove this method, we might have a cyclic UI on iOS ##...

kind/bug
platform/ios 🍎
area/scrollviewer ⏬
project/input ⌨️
difficulty/medium πŸ€”
triage/potentially-fixed

## Current behavior In WCT on WASM, the navigation items are top aligned: ![image](https://user-images.githubusercontent.com/8635919/69350419-844be880-0c47-11ea-813d-8648dc644592.png) ## Expected behavior They are centered as UWP, iOS and Android: ![image](https://user-images.githubusercontent.com/8635919/69350801-2cfa4800-0c48-11ea-996e-ff882c688c88.png) ## How to reproduce...

kind/bug
platform/wasm 🌐
project/layout 🧱
project/items 🧾
difficulty/medium πŸ€”
triage/potentially-fixed

## Current behavior The `LayoutSlot[WithMarginsAndAlignemnts]` is not full-filled properly for the containers elements of a `ListView` on Android ## Expected behavior They are reflecting the right layout slot. ## How...

kind/bug
platform/android πŸ€–
project/layout 🧱
project/items 🧾
difficulty/medium πŸ€”

## I'm submitting a... - Bug report (I searched for similar issues and did not find one) ## Current behavior If we instantiate a control and set the `Template` property,...

kind/bug
platform/android πŸ€–
platform/ios 🍎
project/layout 🧱
project/navigation-lifecycle 🧬
difficulty/challenging 🀯

linked https://github.com/unoplatform/uno-private/issues/626 ## Bugfix Restore inertia ## What is the current behavior? The inertia is cancelled right after having been started so we get at most one inertia event. ##...

area/automation

## Current behavior When configuring log using the `UseLogging`, nothing appears in log on Android ## Expected behavior Logs ## How to reproduce it (as minimally and precisely as possible)...

kind/bug
area/logging

## Current behavior When we generate a _ViewModel_ we are [adding a `[BindableAttribute]`](https://github.com/unoplatform/uno.extensions/blob/main/src/Uno.Extensions.Reactive.Generator/Bindables/ViewModelGenTool_3.cs#L101). This attribute should be considered by the [bindable type provider generator](https://github.com/unoplatform/uno/blob/master/src/SourceGenerators/Uno.UI.SourceGenerators/BindableTypeProviders/BindableTypeProvidersGenerationTask.cs#L133) to generate the type info for...

kind/bug
triage/untriaged