Bug: bi-directional in tabs

Hey everyone,

I am making a database for vehicles. The data contains a location and the vehicle itself. I can link the 2 to eachother with pods and display them with the BB post module. But i am not able to display this inside a tab module. The post module wont appear unless i resize the window or place another post module with the same relation autside of the tabs module.

Depends on the post grid settings, if the posts tab is hidden to start with its javascript will not be able to do what it needs to, you need to add some jquery so when the tabs are clicked it triggers a document resize event.