AvaloniaUI / Avalonia

Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
https://avaloniaui.net
MIT License
25.23k stars 2.19k forks source link

ComboBox, DatePicker & TimePicker can't pop up the selection box in Yocto linux Kirkstone (kernel 5.15.71). #16894

Open Nickiven opened 1 week ago

Nickiven commented 1 week ago

Describe the bug

I build up an application in windows10, VisualStudio2022. Test smoothly, but when I public it to Linux Arm64 and test in Yocto Linux, every selection box can' t pop up such as in ComboBox, DatePicker, etc. No error raises up in terminal.

What should I do next? If you need any other information, please let me know.

To Reproduce

As above.

Expected behavior

No response

Avalonia version

11.1.3

OS

Linux

Additional context

No response

timunie commented 1 week ago

Try to use OverlayPopups. You can configure it in AppBuilder iirc

Nickiven commented 1 week ago

Try to use OverlayPopups. You can configure it in AppBuilder iirc

Hi Tim,

Very appreciate for your quick response! Could you please provide me some materials such as document or example about OverlayPopups configuration? I'm a new developer and don't know how to do this. Thanks again!

BTW, if I config OverlayPopups then I can use ComboBox and DatePicker, right?

timunie commented 1 week ago

https://github.com/AvaloniaUI/Avalonia/discussions/15212#discussioncomment-8994831

don't know if that works for you.