Érik Lima

Results 47 comments of Érik Lima

Re-test and adjust (as needed) after https://github.com/unoplatform/uno.toolkit.ui/pull/752 is merged.

Apparently fixed on latest Uno packages. Quickly tested all platforms and didn't see the issue anymore. You can also see on the stage site: https://salmon-rock-0cfebe70f-1014.eastus2.azurestaticapps.net/ from https://github.com/unoplatform/Uno.Themes/pull/1014. Will do more...

@kazo0 It was fixed on [5.3.0-dev.906](https://www.nuget.org/packages/Uno.WinUI/5.3.0-dev.906).

# Windows ![image](https://github.com/unoplatform/Uno.Themes/assets/114886335/2d436787-813b-4191-a6f6-1ef6a1213ffc) ![image](https://github.com/unoplatform/Uno.Themes/assets/114886335/b5a83fb7-1f93-4b0c-ab34-7498429e5a5b) ![image](https://github.com/unoplatform/Uno.Themes/assets/114886335/35af88cc-655f-4e1a-83d2-3f4efb33e7a8) ![image](https://github.com/unoplatform/Uno.Themes/assets/114886335/a63f61c9-69eb-4c54-b53f-0eb15683cf87) # WASM ![image](https://github.com/unoplatform/Uno.Themes/assets/114886335/c993f5ce-fc19-4d51-8ff7-889fc21b0f78) ![image](https://github.com/unoplatform/Uno.Themes/assets/114886335/05420cb4-7793-4aa5-be5c-7f17c9a731ed) ![image](https://github.com/unoplatform/Uno.Themes/assets/114886335/368df326-1a22-4642-919a-8a0ab6dc1471) ![image](https://github.com/unoplatform/Uno.Themes/assets/114886335/5931f3d3-84b8-44d9-b389-0b91358f2812) # GTK Gtk cursor seems to be a bit bugged ![image](https://github.com/unoplatform/Uno.Themes/assets/114886335/8add96cf-dea6-433a-abaa-1ff8daccda70) ![image](https://github.com/unoplatform/Uno.Themes/assets/114886335/65025da5-8c7e-444b-bd77-240048c7694f) ![image](https://github.com/unoplatform/Uno.Themes/assets/114886335/97bd5a4b-dba3-47bb-8173-7106f5b2139f) ![image](https://github.com/unoplatform/Uno.Themes/assets/114886335/39bdeeec-ebb8-4305-a82c-84c138953c85) # Android ![image](https://github.com/unoplatform/Uno.Themes/assets/114886335/71b99ec8-f50f-475f-8a0d-caaeedcfb043) ![image](https://github.com/unoplatform/Uno.Themes/assets/114886335/98a5b4b1-da06-40c6-853b-bec365e2e8ab)...

> While testing the azure static web link, seems that the icon is not properly aligned vertically > > ![image](https://github.com/unoplatform/Uno.Themes/assets/16295702/273a3476-1d80-421c-a6b6-f5bf3acf9ae5) > > Thanks @agneszitte, will fix it ☺️

I'm having a problem with the TextBox cursor: When I have Placeholder and Header the `ContentElement_CompositeTransform.TranslateY` (cursor position) has value of 8 which means the cursor is aligned with the...

Regarding animations all seems to be working fine after https://github.com/unoplatform/uno/issues/12556. Only getting this behavior on non-windows platforms: When TextBox is pressed and Placeholder/Text + Header is present they get back...

> Regarding animations all seems to be working fine after #974. > > Only getting this behavior on non-windows platforms: > > When TextBox is pressed and Placeholder/Text + Header...

### Skia X Win ![Skia_vs_Win_issue](https://github.com/unoplatform/Uno.Themes/assets/114886335/ed545760-6386-4faf-aa84-f49b2e77a3b4) Apparently when[ the animation code](https://github.com/unoplatform/Uno.Themes/blob/7c22d38ec9873558816d51f3318da547822224cb/src/library/Uno.Material/Styles/Controls/v2/TextBox.xaml#L420) is executed, the Text, Header, and Placeholder are quickly set to their default state and after that they are animated....