Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

combobox shows wrong element with a bigger model #6619

Open
hunger opened this issue Oct 22, 2024 · 0 comments
Open

combobox shows wrong element with a bigger model #6619

hunger opened this issue Oct 22, 2024 · 0 comments
Labels
a:widgets Implementation of widgets (from std-widgets.slint) and their styles (mF,bS) need triaging Issue that the owner of the area still need to triage

Comments

@hunger
Copy link
Member

hunger commented Oct 22, 2024

In Slintpad I have a combobox with all the styles. That list has more entries than visible at one time, I need to scroll. I use native style on Linux (without Qt installed!) so I think it is fluent-dark in my case.

The active style is "native", which happens to be the last one in the list and the ComboBox shows "native" in the line edit area.

Expected behavior:

When I open the dropdown using the v Button, then I see:

  1. "native" in the Line edit area
  2. I see "native" in the drop down list
  3. "native" is highlighted in the drop down list.

Actual behavior:

When I open the dropdown list using the v button, then I see:

  1. cosmic in the Line Edit Area
  2. I see the first couple of styles in the drop down list. "native" is not shown
  3. When I scroll down, "native" is highlighted as expected.
@hunger hunger added a:widgets Implementation of widgets (from std-widgets.slint) and their styles (mF,bS) need triaging Issue that the owner of the area still need to triage labels Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:widgets Implementation of widgets (from std-widgets.slint) and their styles (mF,bS) need triaging Issue that the owner of the area still need to triage
Projects
None yet
Development

No branches or pull requests

1 participant