slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.

Home Page:https://slint.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

panic when pressing Tab on a rolled-down ComboBox

meithecatte opened this issue · comments

  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)

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)