Respect the type of click event during node selection in tree views on plugin side #4805
Labels
bug
bugs found in the application
plug-in system
issues related to the plug-in system
tree
issues related to the tree (ex: tree widget)
Description
There is a problem, in concrete case it reproduces with Kubernetes Plugin.
When user opens Kubernetes Explorer and goes into specific nodes, for example to see configuration maps and select it with right click to call the context menu, the plugin side doesn't respect type of mouse click event and in any case call procedure to open selected node. This can be shown in rpc calls from plugin side:
Plugin side should respect the right click and show only the context menu, instead of force setting up global selection and fire procedures to open selected node.
The text was updated successfully, but these errors were encountered: