Thank you for the response.
The actual problem is about a search module which suggest results instantly while typing the search term. It does work in any module position except off-canvas position. I thought that's a conflict but even Bootstrap's own JS elements don't work in off-canvas.
For example if you publish a Custom HTML module in off-canvas module position with this Modal element it doesn't work in off-canvas but it does work in articles or in any other module position:
http://getbootstrap.com/javascript/#modals
So JS elements don't work in off-canvas position. How can we solve that?
Thanks.