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

Not working on Popup Modal #38

Closed wedangsusu closed 8 years ago

wedangsusu commented 8 years ago

Hi

I have issue when i am use popup, you can see this screenshot screenshot_2

Thanks

mav2287 commented 8 years ago

Had this same issue. The problem may be that you have in your document ready function. Call it again when the dialog is shown. The dialog is dynamic so the code isn't applied to. By applying it when the dialog is shown you should solve the issue.

onshown: function(dialogRef){ fakewaffle.responsiveTabs(['xs', 'sm']); }

openam commented 8 years ago

Closing as the previous comment sounds like the proper solution.