Jérôme Laban
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...
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...
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...
## 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. ##...
## 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...
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...
### 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...
[Wasm][Interpreter] Invoking an instance method through Module.mono_bind_static_method does not fail
## 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...