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

Browser window resize problem #19

Closed darnook closed 8 years ago

darnook commented 9 years ago

Hi. I have noticed that bug also in Your demo site When i resize browser window width to minimum (to check responsivenes) the responsive tabs works perfectly but when i resize to full width the content in this tabs are missing. Any ideas? Thanks in advance!

ITspirit commented 9 years ago

I´ve just integrated responsive-tabs and have the same issue on my site. Would be great if there could be a fix for this bug.

corradomatt commented 9 years ago

I can confirm this same issue.

nkdweb commented 9 years ago

I also have the same problem. Using the same responsive tabs in different page, but when i try to test the responsiveness there is a delay, it is reloading the tab content.

please let me know any solution for this issue.

nkdweb commented 9 years ago

Found the solution :)

Please refer the below link

https://github.com/openam/bootstrap-responsive-tabs/issues/14 https://github.com/openam/bootstrap-responsive-tabs/issues/15

openam commented 9 years ago

@darnook do you have any reproduction steps to get this to happen on the demo site? I can't seem to get this to reproduce on the demo site with OSX 10.10 and Chrome 38.

The description sounds like the issues @nkdweb referenced. This ties the accordions to the tabs by the id attribute.

papakay commented 8 years ago

Thanks nkdweb, The information provided on the reference link works fine.

openam commented 8 years ago

Should have been fixed in #30.