slint
slint copied to clipboard
Combobox in fluent style renders out of screen to the bottom
basically https://github.com/slint-ui/slint/issues/3345 for the case where the ComboBox is at the bottom of the screen, which wasn't fixed yet as acknowledged in https://github.com/slint-ui/slint/pull/3861.
Thanks for filling an issue.
The first bug is that the popup is being clipped by the window. This is tracked in https://github.com/slint-ui/slint/issues/2375
Even if that problem was fixed, we would still have a problem if we were at the bottom of the screen, so we'd need a way to move the popup depending on its position on the screen.