]
Andre Dietisheim updated JBIDE-18110:
-------------------------------------
Summary: OpenShift explorer: cannot delete characters in any editor, OpenShift
forcefully binds "Del" even when no focus (was: OpenShift explorer:
"Del" keybinding should be disabled if OpenShift Explorer view has lost focus)
OpenShift explorer: cannot delete characters in any editor, OpenShift
forcefully binds "Del" even when no focus
---------------------------------------------------------------------------------------------------------------
Key: JBIDE-18110
URL:
https://issues.jboss.org/browse/JBIDE-18110
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.2.0.CR1
Reporter: Marián Labuda
Assignee: Andre Dietisheim
Priority: Critical
Labels: explorer
Fix For: 4.2.0.CR1
We have added shortcuts for deletion of application(s), domain(s) and connection(s) in
OpenShift Explorer view. The "Delete" shortcut, often used in text editor,
invoke dialog to delete an entry (application/domain/connection). The problem is that
shortcuts are taken all the time, although the OpenShift Explorer view has lost focus.
This cause deletion of character in text editors impossible while OpenShift Explorer is
opened.
We should set up to listen for shortcuts if and only if OpenShift Explorer view is opened
and has focus.