slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
17.55k stars 601 forks source link

Overlapping ComboBox is cut off #3927

Closed d3im closed 12 months ago

d3im commented 12 months ago

Slint version 1.2.2 and 1.3.0 with Rust. Opening ComboBox cuts out overlapping entries. Is there any workaround? Illustration of situation: overlap

ogoffart commented 12 months ago

Thanks for reporting the issue.

This is the same as https://github.com/slint-ui/slint/issues/2375 The issue is that the winit crate don't support popups.

In the meantime the workaround is to use the qt backend.

Closing as duplicate but thanks for the report anyway.