Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 11.0.3
-
None
Description
Hello,
preconditions:
- fully upgraded Ubuntu 22.04.3 LTS
- fully upgraded qt creator (installed to ~user/ using the qt maintanence tool)
steps to reproduce:
- start qt creator
- use an empty session
- file->new project->qt widgets application
- name it untitled, save it to /tmp
- for the rest of that dialog you can accept the defaults, next->next->finish
- file->new file->double click on c++ class
- notice that the cursor blinks in the class name textbox of the dialog box
- start typing the name of your class e.g. myTestClass
expected behaviour:
considering the fact that from the user perspective we're in a dialog box workflow and considering the fact that the cursor blinks in the class name textbox and considering the fact that I have a window in the foreground above the IDE main editor, my instinct tells me I'm going to enter text to the class name textbox, and not into the IDE main editor
actual behaviour:
the text that I type gets entered into the IDE main editor
video footage of the above: https://youtu.be/JWKfUAP81qA
Thank you in advance for the fix
Attachments
Issue Links
- duplicates
-
QTBUG-118560 Cursor is not focused on new file window, but remains on previously focused window
- Closed