Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 12.0.1, Qt Creator 12.0.2
-
None
Description
NOTE: The steps to reproduce are quite specific, but I hope they will help to find the root cause.
Linux Ubuntu 22.04
Qt Creator 12.0.2
Steps to reproduce:
- Open example - https://doc.qt.io/qt-6/qtwebengine-webenginequick-quicknanobrowser-example.html
- Open main.cpp file in the editor and add 'qt' word at the beginning of the file.
- Open tab 'Compile Output''
- Click "Run"
- When the run is completed, click in the editor and try to write anything.
- Repeat step 4 and 5 if the issue does not occure after first time.
Expected: I should still be able to input text in the editor despite the number of errors.
Actual: I'm not able to enter any text. It's not just the editor, but also other input fields are affected. The app receives the signals from the keyboard because when I hold CTRL button I see functions highlighted. Attaching video for more details.
Reproducibility: 100%
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-31936 QtCreator cannot get keyboard input after a pile of compiler errors
- Closed
- relates to
-
QTQAINFRA-6104 Qt Test Attack - Q1, 2024
- Open