Hi!

I've discovered following problem: I've a contextmenu on the grid. My first problem was the menu didn't destroy automatically itself, so when I clicked again with right click on the gridrow's, then created a new menu in the DOM and the old was there too. I solved that problem in Ext 5.0, used the hide listener, and when it fired, then destroy the menu. But now here is a new problem in Ext 5.1, maybe faster removed the menu as it should, because nothing happens, when I click to a menuitem. The menuitem's handler does not run.


Please check my code, it will be cleaner. Click with right click on the grid row's, click the 'Show True' and nothing happens.


http://ift.tt/1As28SF