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

Mozilla Firefox break panel headline #63

Open ghost opened 7 years ago

ghost commented 7 years ago

Hello,

Mozilla Firefox has problems to display the panel heading correctly.

Only with a timeout of 10 ms all works okay.

if ( activeTab ) { setTimeout(function(){ $( activeTab ).collapse( 'show' ); }, 10); }