sydcanem / bootstrap-contextmenu

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

Links in context menu don't work #82

Closed npeeples closed 9 years ago

npeeples commented 9 years ago

https://jsfiddle.net/zumcncjx/1/

If you have a target="_blank" or even _self anchor (link) in a context menu, they do not work. Removing the return false; from the closemenu function fixes the issue, but I'm not sure of the other ramifications.