Cuperino/QPrompt-Teleprompter

Prompter/Editor focus switching broken in Qt 6

Closed this issue · 2 comments

Bug Description
Cursor fails to focus in "Edit while prompting mode"

Steps to Reproduce

  1. Start prompting
  2. Double click in text

Expected behavior
Cursor should show but it doesn't.

Device information

  • QPrompt Version: v2.0, a.k.a. 1.2.0 built with Qt 6
  • Operating System: Linux, KDE Plasma, X11

Consider adding a separate state instead of relying on the focus property directly.

Issue stems from clicking on Kirigami action button. Toggling the prompter via the keyboard works as intended.