sydcanem / bootstrap-contextmenu

Context menu plugin for Twitter's Bootstrap framework
http://sydcanem.com/bootstrap-contextmenu/
644 stars 193 forks source link

Menu doesn't close when element clicked #67

Closed ghost closed 10 years ago

ghost commented 10 years ago

I have simple code like this:

$('.canvas').contextmenu({ target: '#canvas-menu' });

When I open the menu and click the canvas, the menu doesn't close. In my app, the canvas covers the entire screen, making it hard for the user to close the menu without selecting a menu item.

ghost commented 10 years ago

It works in the demo. I must be doing something wrong.