sydcanem / bootstrap-contextmenu

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

After open, 2nd right click open a real context menu #95

Closed anija closed 8 years ago

anija commented 8 years ago

When i right-click for the first time, everything works fine. But if i right-click again, the browser contextual menu is shown. I guess it's because the menu it's already open.

anija commented 8 years ago

Fixed adding data-toggle="context". The docs are not clear on this point: data-toggle="context" is advised only for implementation by data attributes, but i had to use it with Javascript implementation.

nelson6e65 commented 8 years ago

:+1: