Closed nikitul closed 8 years ago
Same issue. Panel contents completey disappear
I had the same issue, the way I fixed it was by changing a line in the fakewaffle.panelToTab function from: var panelContents = $( panelGroup ).find( '.panel-body' ); to: var panelContents = $( panelGroup ).find( '>.panel-default>.panel-collapse>.panel-body' );
It looks like this would be fixed with #39.
If inside of div with class="tab-content" we have a panel with his body (class="panel-body"), when we try to resize, it happens 2 things:
Please check resizing on fiddle:http://jsfiddle.net/r0k8244t/1/