Hi!
I’m not sure is this the right place to aske but I want to give a try.
We are developing .NET application using Avalonia UI framework and it’s running on Colibri iMX8X (revision D) inside Docker container (on Debian BullsEye with Wayland compositor).
Everything works well except Avalonia UI controls that expands on click (ComboBox, TimePicker, etc.).
When you click on those controls they do not expand.
I tested those controls in Avalonia based application running on Debian BullsEye on regular PC and it works fine. But on Debian running on mentioned Toradex hardware problem with expanding UI controls exists.
Does anyone know maybe what is the reason and how we can bypass the problem?