]
Marián Labuda commented on JBIDE-21563:
---------------------------------------
To make it clear, Slava's solution to right click works after applied patch for
deletion (if delete key does not work, right click for a context menu and then delete key
works until selection is done again). But in current Beta2 build it is not resolved and
even right mouse click does not work to "workaround it".
It would be also nice and required if it would be solved to be usable without right
clicking in respin-a.
[regression] Explorer: Connection or (multiple) application deletion
does not work anymore
------------------------------------------------------------------------------------------
Key: JBIDE-21563
URL:
https://issues.jboss.org/browse/JBIDE-21563
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.Beta2
Reporter: Marián Labuda
Assignee: Viacheslav Kabanovich
Priority: Critical
Labels: explorer, openshift_v2, respin-a
Fix For: 4.3.1.Beta2, 4.3.1.CR1
Previously it was possible to select multiple OpenShift 2 applications and delete them at
once via context menu Delete application(s).... Currently there is no such context menu
anymore and it is a pain to delete several applications one by one.
Added by Slava: In my environment, Delete for objects of OpenShift 2 does not work at all
(menu is shown, but nothing happens). It seems the cause is a slip in plugin.xml for
Openshift 3, handler org.jboss.tools.openshift.internal.ui.handler.DeleteResourceHandler
declared activeWhen with <or> (count==1 _or_ instanceof IResource). So, formally
having a lot of restrictions but passing them, this handler imposes itself on all
selections. Though, it is possible that the bug reveals not in all environments.