Some "New..." options has unfocused text fields
Answered
Ran into a strange problem: on some dialog windows like 'New > File', 'New >Folder', 'New > Rust File' the IDE lost focus on textbox and typing input takes place on the main editor window, but on others like 'New > C++ Class', 'New > C/C++ Source File', 'New > Cargo Crate' text cursor active and I can start typing without clicking on the box.
What the matter and how can I fix this?
Environment: Arch Linux, bspwm, CLion 2022.3.3
Please sign in to leave a comment.
It looks like an issue when a non-bundled JDK is used: https://youtrack.jetbrains.com/issue/IDEA-225650
Could you please try to revert your IDE to use the default JBR library: Search (press Shift two times) > type 'Choose Boot Java Runtime for the IDE' > Use Default Runtime > Restart.
If switching to bundled JDK library doesn't help, please provide your IDE logs (Help > Collect Logs and Diagnostic Data). You can upload the zip file here: https://uploads.jetbrains.com, and provide the uploaded file ID. Thanks!
Switching to the default JBR library didn't change the behavior of these windows, but choosing a specific JBR fixed this.
Thank you for answer!
Which one did you choose?
Charles NL
Try the latest stable 829.9: https://github.com/JetBrains/JetBrainsRuntime/releases/tag/jbr-release-17.0.6b829.9
Other release versions can be found here: https://github.com/JetBrains/JetBrainsRuntime/releases
For information on how to switch the running JDK of the IDE check:
https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under
Thanks, Ivan Pajic