contextMenu not closing without select

Tags: #<Tag:0x00007efc709a1028>

Hey
I am using contextMenu option with contextMenu: [‘Close’, ‘row_below’, ‘row_above’, ‘remove_row’], settings but for some resion Its not closing if I am not selecting any action.
Please check the gif file.

Please let me know if there is any additional setting I need to configure because I am not able to replicate this issue on jsfiddle

Thanks
Anil

Hi @anil

I tried to recreate your issue in jsfiddle and it works just fine your settings.

https://jsfiddle.net/aszymanski/uzgsdh41/

How does you Handsontable configuration object looks like? Do you have any custom functions bind to contextMenu?

No I don’t have any binding with contextMenu. But I do have custom Rendering method on cell,
Something like this but on jsfiddle it’s working fine.
https://jsfiddle.net/k8s741q3/

Hi @anil

I’m not sure what’s going on here but it looks like it’s not the problem with Handsontable itself or the code you have. I tested it in local project and, again, it works fine. Maybe do you have some browser addons which can interfere with mouse events?

It’s really hard to tell where the problem lies as it works for me in both cases - local and in jsfiddle.