sydcanem / bootstrap-contextmenu

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

Iframe is not getting bind to bootstrap context menu #45

Closed jeevitesh closed 10 years ago

jeevitesh commented 10 years ago

hi we trying to bind bootstrap to iframe basically we wanted context menu only for iframe. context menu binds and works fine for DIV but not for iframe.. If any help or suggestion in this regard it will be of great help thank

sydcanem commented 10 years ago

Make sure you can catch events from the DOM within your iframe to the parent body. If the page in the iframe is from a different domain that the page containing the iframe, then it won't work.