unoplatform / Uno.Gallery

The Uno Platform Gallery application
https://platform.uno/
Other
151 stars 42 forks source link

[Skia][WASM][iOS][Shadow/Slider] Neumorphic Vertical Slider losing color #897

Open eriklimakc opened 1 year ago

eriklimakc commented 1 year ago

Current behavior

Horizontal Slider doesn't have this problem

slider

Expected behavior

No color loss, as Windows:

slider windows

How to reproduce it (as minimally and precisely as possible)

Gallery SampleApp > Toolkit > ShadowContainer > Neumorphic Slider

Environment

Nuget Package:

Package Version(s):

Affected platform(s):

Xiaoy312 commented 1 year ago

potentially related: unoplatform/uno.toolkit.ui#748 pr is up waiting on package to validate

agneszitte commented 1 year ago

potentially related: unoplatform/uno.toolkit.ui#748 PR is up waiting on the package to validate

So even with the latest packages, I can still see issues when sliding the thumb on Skia for example

Branch to test + latest fixes for Slider Neumorphic Style (slider is commented for now on Gallery master branch): https://github.com/unoplatform/Uno.Gallery/tree/dev/agzi/NeumorphicSlider

Also, there is this issue even on Windows where sometimes the thumb does not go back to 0 completely (compared to 100) image image image (We will need to investigate a bit more and open a separate issue as needed for this one normally)

agneszitte commented 1 year ago

The latest changes for the slider neuromorphic style are done in this PR https://github.com/unoplatform/Uno.Gallery/pull/961 But the Slider control is still commented as we still have the issue mentioned in the comment above that needs to be fixed