| Summary: | Using Escape in terminal/konsole loses focus | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | tomashnyk |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | waqar.17a |
| Priority: | NOR | ||
| Version First Reported In: | 25.08.1 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/utilities/kate/-/commit/a254ff1be34bd6e40ea79e558248c2f0166ad24b | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
tomashnyk
2025-10-16 14:24:56 UTC
> unset "Hide Konsole on pressing 'Esc'"
Cannot reproduce with this case.
> or use one of the files that are excepted (vim or git [commit] in my case)
Can't reproduce with this as well.
Git commit 610f0816786fb944d9f7e26517072b5bbebde85e by Waqar Ahmed. Committed on 22/10/2025 at 06:18. Pushed by waqar into branch 'master'. Fix Context toolview steals focus We should only handle Esc if the toolview is visible M +1 -1 apps/lib/texthint/hintview.cpp https://invent.kde.org/utilities/kate/-/commit/610f0816786fb944d9f7e26517072b5bbebde85e I found one case which leads to this issue and fixed it. If the Context toolview was enabled then it would steal focus. (It is enabled in Configure Kate -> Behaviour Page -> Context -> Enable tool view. If you don't have this enabled, then the issue might be somewhere else and we'll need to investigate a bit more. Yes, I had that setting enabled and when I built Kate from git, the issue is gone. Thank you, this was fast! Not sure why I had that setting on in the first place. I do not understand at all what is toolview supposed to do or where is it suppose to display anything :-). Git commit a254ff1be34bd6e40ea79e558248c2f0166ad24b by Waqar Ahmed. Committed on 31/10/2025 at 06:31. Pushed by waqar into branch 'release/25.08'. Fix Context toolview steals focus We should only handle Esc if the toolview is visible (cherry picked from commit 610f0816786fb944d9f7e26517072b5bbebde85e) M +1 -1 apps/lib/texthint/hintview.cpp https://invent.kde.org/utilities/kate/-/commit/a254ff1be34bd6e40ea79e558248c2f0166ad24b |