Xiaotian Gu

Results 168 comments of Xiaotian Gu

i have this fixed in my branch, not sure when it will be up/merged: https://github.com/unoplatform/uno.toolkit.ui/commit/32fadceabd433530b424cf9e386e1f2bd91650eb likely wont be in the same pr. it is kinda out of scope with runtime...

mostly the uwp/winui `using`s that are usually surrounded by `#if` and common usings depending on usage frequency..?

if you plan to take this, DO NOT put this in the same pr

fixme: - [ ] When_XBind_TargetDisposed_Test: Assert.Fail failed. Timed out on waiting the view to be disposed

so to display the splashscreen for longer you can use: ```cs protected async override void OnLaunched(LaunchActivatedEventArgs args) ... #if false Host = await builder.NavigateAsync(); #else var shell = new Shell();...

I can also repro on windows 10 with the default Microsoft Pinyin IME. Technically any skia-desktop app, with a TextBox would repro this... It is able to receive normal keyboard...

also with: `FeatureConfiguration.TextBox.UseOverlayOnSkia = true;` the textbox just completely breaks: - the current text value is lost on focus be chinese or english - typing doesnt work IME or even...

- android\skia\wasm: ok - ios failures: - When_MissingLocalizedResource_FallbackOnDefault ^ working locally ^ needs to extract ci device l10n environment variables to confirm NSLocale.PL=en; NSBundle.MBL=en, fr-CA, es-ES, sr, es-MX, en-US, fr;...

fixme: - [x] Unit Tests WinUI\various xaml-gen output comparer tests failing: see: https://dev.azure.com/uno-platform/Uno%20Platform/_TestManagement/Runs?runId=2931598&queryPath=Recent%20Run%2FRun2931598&_a=resultQueryEditor (q?Output=Failed) ^ need to update expected result... - [ ] `Generate Packages\Run Project Templates Tests`: multiple failures...