Summary: | F4 no longer moves keyboard focus to Konsole panel after it's been opened and closed at least once | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | David <david.cortes.rivera> |
Component: | kpart | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugseforuns, coderdude1999, elvis.angelaccio, fdelgado.it, gwarser, kainz.a, kde, nate, rizzitello, springzfx |
Priority: | NOR | Keywords: | usability |
Version: | 19.08.2 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=411655 | ||
Latest Commit: | https://commits.kde.org/konsole/bbdf27cc9fee4cf40e7f2551769445b2146ec20c | Version Fixed In: | 19.12.0 |
Sentry Crash Report: |
Description
David
2019-08-22 16:27:41 UTC
Can reproduce even with recent versions. *** Bug 411655 has been marked as a duplicate of this bug. *** *** Bug 411979 has been marked as a duplicate of this bug. *** This bug also exists in 19.08.1 *** Bug 413101 has been marked as a duplicate of this bug. *** In 19.11.70 The focus shifts to the terminal the first time f4 is pressed. But if f4 is pressed to close it, and terminal is reopened by pressing f4, the focus remains in folder view. If the terminal is closed by exit (ctrl+D) and reopened using f4, focus shifts to terminal Git commit bbdf27cc9fee4cf40e7f2551769445b2146ec20c by Kurt Hindenburg, on behalf of Alex Miranda. Committed on 02/11/2019 at 15:17. Pushed by hindenburg into branch 'master'. Add missing setFocusProxy() call in ViewManager Summary: This should fix the terminal not gaining focus when using konsolepart. FIXED-IN: 19.12.0 Test Plan: - The terminal panels in Dolphin and Kate now always gain focus properly, not just the first time you open them Reviewers: #konsole, hindenburg Reviewed By: #konsole, hindenburg Subscribers: hindenburg, konsole-devel Tags: #konsole Differential Revision: https://phabricator.kde.org/D25001 M +1 -0 src/ViewManager.cpp https://invent.kde.org/kde/konsole/commit/bbdf27cc9fee4cf40e7f2551769445b2146ec20c Git commit bbdf27cc9fee4cf40e7f2551769445b2146ec20c by Kurt Hindenburg, on behalf of Alex Miranda. Committed on 02/11/2019 at 15:17. Pushed by scmsync into branch 'master'. Add missing setFocusProxy() call in ViewManager Summary: This should fix the terminal not gaining focus when using konsolepart. FIXED-IN: 19.12.0 Test Plan: - The terminal panels in Dolphin and Kate now always gain focus properly, not just the first time you open them Reviewers: #konsole, hindenburg Reviewed By: #konsole, hindenburg Subscribers: hindenburg, konsole-devel Tags: #konsole Differential Revision: https://phabricator.kde.org/D25001 M +1 -0 src/ViewManager.cpp https://commits.kde.org/konsole/bbdf27cc9fee4cf40e7f2551769445b2146ec20c |