nestor-qa / nestor

Nestor
http://nestor-qa.github.io
MIT License
3 stars 0 forks source link

It must be possible to show a popup context menu in the navigation tree to allow you to execute options like delete etc. #65

Closed tooh closed 8 years ago

kinow commented 8 years ago

Implementing this, using the recommended library https://github.com/mar10/jquery-ui-contextmenu

Recommended by the developer of the fancytree.

kinow commented 8 years ago

The context menu is working! However, when the node is not editable (i.e. it has been executed before) then the menu is not displayed. It makes sense as the only options for now are Edit / Delete. Both disabled in the UI when the item is locked.

For a future release, we can hack the current icon, or add another icon or maybe change the font style, from locked nodes.

kinow commented 8 years ago

gifrecord_2016-09-14_204216