ContextMenu not close when I click

Tags: #<Tag:0x00007efc65772fc8>

I have a contextMenu with subMenu with checkboxes. When I click on element in subMenu (checkbox) I need that all contextMenu and subMenu do not close, only close when I click outside of context.

Like image bellow:

Any help?

Best regards

Hi @dit
As we do not have in default an option to add a checkbox inside a contextMenu I would need to see a live example on how you added those options.

Thanks for your reply.

You have here a example what I’m trying to do:

http://jsfiddle.net/zjL9bxqw/14/

Best Regards!

Thank you for your demo @dit
I guess that this issue is related to that one on the Github board: https://github.com/handsontable/handsontable/issues/3533
That actually the submenu doesn’t pass any operations.

Thanks for your reply, but I think that you did not understand what I need.

In example bellow you have exactly what I need (please see it!).

http://jsfiddle.net/zjL9bxqw/14/

Click on menu, open sub menu, and select or desselect checkbox and NOT close submenu.

Best Regards!

yes, I know that it is not the same issue but it is related to blocking some actions made on the submenu level.

There is an update on this subject

We can close the issue as it related to the lack of isCommand: false in settings.
Updated demo http://jsfiddle.net/8j9a9ako/