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

Shift-tab doesn't always work after a Line edit #7347

Open
ogoffart opened this issue Jan 13, 2025 · 0 comments
Open

Shift-tab doesn't always work after a Line edit #7347

ogoffart opened this issue Jan 13, 2025 · 0 comments
Labels
bug Something isn't working need triaging Issue that the owner of the area still need to triage

Comments

@ogoffart
Copy link
Member

ogoffart commented Jan 13, 2025

Bug Description

Reproducible on the Gallery wasm demo

  • Set the focus is on the LineEdit,
  • Shift+tab goes to the flight mode switch (OK)
  • Keep Shift pressed and press tab again, the focus goes to back to the LineEdit instead of the ComboBox (Not OK)

I think this might be because focus change on TextInput might let Slint forget about pressed modifier.

Environment Details

Tested on:

  • Slint Version: master branch but existed since at least 1.0
  • Platform/OS: wasm (firefox/linux)
@ogoffart ogoffart added bug Something isn't working need triaging Issue that the owner of the area still need to triage labels Jan 13, 2025
@hunger hunger changed the title Shift-tag doesn't always work after a Line edit Shift-tab doesn't always work after a Line edit Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need triaging Issue that the owner of the area still need to triage
Projects
None yet
Development

No branches or pull requests

1 participant