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 602 forks source link

panic when pressing Tab on a rolled-down ComboBox #5826

Closed meithecatte closed 2 months ago

meithecatte commented 3 months ago
  1. cargo run --release --bin slint-viewer -- examples/7guis/booker.slint
  2. click on the combo-box saying "one-way flight"
  3. while the options are being shown, press Tab
thread 'main' panicked at internal/core/item_tree.rs:530:25:
Got an Item, expected a repeater!
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Aborted (core dumped)
ogoffart commented 3 months ago

Thanks for taking the time to report an issue. I can reproduce on Linux with the fluent style and the Qt backend (but not the winit backend)