Xiaotian Gu
Xiaotian Gu
this is actually a known problem since the initial version we used to have workaround documented in the readme for this back then: https://github.com/unoplatform/Uno.Themes/tree/1.3.0#datepickers-and-timepickers somehow that info was lost between...
tl;dr: to repro, scroll until selection is out of view, press-and-hold on any item container --- cant repro with flick scrolling use _old-man_ scrolling to repro: (press,stop,drag,stop,release)x2 __^ actually, scroll...
So, the reason why the scroll resets is because we are sending two layout calls to the ScrollViewer, with different sizes. And, this causes the SV to reset on android....
debug note ``` > https://github.com/unoplatform/uno/issues/16074 > Scrolling a combobox with touch swipes keeps resetting the scrolling position. can repro on emulator: cant repro with flick scrolling use _old-man_ scrolling to...
This one is not lineheight/fontsize, the NVItem don't have any style at the moment. So the text is vertically centered. The problem is the icon are not centered when placed...
on a somewhat related note, create task list works.
todo: - [x] enable runtime tests - [x] enable runtime tests on the CI - [x] create relevant runtime tests for toolkit controls: - [ ] leakage test (for ref:...
sorry, but i fail to see how this improve the current situation? the main challenge around attachable "behavior" is the lifetime management of events: - from "owner" already-loaded, loading, unloading...
re: unoplatform/Uno.Figma#1612
on skia.gtk, ShadowContainer inside a disabled element's template also have alignment + clipped issue:   when comparing the visual tree, we can notice that the Height and Width value...