Ramez Ragaa
Ramez Ragaa
@ADD-Noureddine-Maachi When you say "Microsoft solves it", do you mean that this repro works correctly for you on WinUI? If it does, then it's a problem. If it doesn't, then...
This is actually a duplicate of https://github.com/unoplatform/uno/issues/13440. The repro is not component switching, but double clicking. I suspect @jhanvi03 mistakenly double clicked on the "TextBox" item while switching between components.
I've made some investigations to compare with WinUI and it seems like visual state changes take effect synchronously even before the control is loaded. This is similar to what happens...
@kazo0 The linked PR is already merged. We were worried about a perf regression but it seems to be fine.
This is due to the current lack of proper support for touch events. On X11, we currently interpret touch events as mouse inputs. This matches your findings. Dragging the scrollbar...
@kni Can you provide as with a full repro project in a zip? I copied the code from the issue but it's full of build errors.
@kni I can't reproduce on Desktop or Android. I tried the Uno.Sdk version in the zip and also the latest Uno.Sdk.
@MartinZikmund Could you try the given repro? Maybe you can get it to reproduce.
Switching to `inline-table` fixed the alignment problem but broke text trimming. I tried all `display` values and they either don't fix the problem or break text trimming. This is blocked...