Jérôme Laban

Results 153 issues of Jérôme Laban

## PR Type What kind of change does this PR introduce? - Bugfix ## What is the current behavior? Setting `UIElement.Opacity` does not always change the opacity of the element...

GitHub Issue (If applicable): closes https://github.com/unoplatform/uno/issues/1884 ## PR Type What kind of change does this PR introduce? - Bugfix ## What is the new behavior? Manually propagates the `TemplatedParent` to...

### Current behavior On iOS 16 beta (20A5328h), all UNO applications will crash when switching between edit fields if some have been prefilled or when repeatedly tapping the same field...

kind/bug
platform/ios
project/core-tools

How can I have a screen and use a Map and put markers, have the map moved events, user click, etc, using UNO, for Android, iOS and Windows 10? It...

kind/enhancement
epic
triage/most-wanted
difficulty/challenging

This issue is an epic that tracks opened issues and larger items to improve the Skia backend support, for Linux and other platforms. - [ ] #17793 - [x] #19932...

area/skia ✏️
project/core-tools 🛠️
difficulty/challenging 🤯
area/skia/stability ✏️

## I'm submitting a... - Feature request ## Current behavior Setting the Canvas.ZIndex property on an item of any panel (except Canvas) has no effect on the rendering order. ##...

kind/enhancement
help wanted
platform/wasm
platform/android
platform/ios
hacktoberfest
project/layout
difficulty/medium

## What would you like to be added: An OpenGL and/or Generic 3D view which supports the ability to use 3D primitives, exposed through Silk.NET, for instance. - [x] Support...

epic
project/core-tools 🛠️
platform/all
difficulty/challenging 🤯

I implemented a custom TabView where I could drag&drop the tabs which are simple borders. However, there is a strange rectangle shown underneath the (correct) MOVE icon when dragging the...

platform/wasm
project/input
area/drag-drop

### Current behavior The circle in the repro does not move ### Expected behavior The circle in the repro should move. ### How to reproduce it (as minimally and precisely...

kind/bug
platform/wasm
area/skia
project/animations
difficulty/challenging

## Steps to Reproduce ```js let func = Module.mono_bind_static_method("[MyAssembly] MyNS.MyClass:MyFunction"); func(); ``` and ```csharp namespace MyNS { class MyClass { public void MyFunction() {} } } ``` ### Current Behavior...

area-Runtime: Interpreter