slint icon indicating copy to clipboard operation
slint copied to clipboard

Combobox in fluent style renders out of screen to the bottom

Open jakobhellermann opened this issue 1 year ago • 1 comments

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.

image

jakobhellermann avatar Mar 16 '24 21:03 jakobhellermann

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.

ogoffart avatar Mar 17 '24 07:03 ogoffart