openam / bootstrap-responsive-tabs

Bootstrap responsive tabs are tabs that switch to collapsible components (accordions) when resized.
openam.github.io/bootstrap-responsive-tabs
MIT License
132 stars 60 forks source link

Doesn't work with jQuery 3.6.0 and bootstrap 3.4.1 #73

Open spetracco opened 3 years ago

spetracco commented 3 years ago

When clicking any tab while in responsive mode (narrow browser), the tabs move, but the content is not displayed. The following appears in the javascript console.

susantest.js:183 Uncaught TypeError: Cannot read property 'id' of undefined at HTMLDivElement. (test.js:183) at HTMLDivElement.dispatch (jquery.min.js:2) at HTMLDivElement.v.handle (jquery.min.js:2) at Object.trigger (jquery.min.js:2) at HTMLDivElement. (jquery.min.js:2) at Function.each (jquery.min.js:2) at S.fn.init.each (jquery.min.js:2) at S.fn.init.trigger (jquery.min.js:2) at r.n (bootstrap.min.js:6) at HTMLDivElement.i (jquery.min.js:2)

spetracco commented 3 years ago

Wait - the "fade" class option on tab-pane was causing the issues. The javascript console error still happens, but visually it appears to work now.