I have a tab panel, and I'm having problems with Firefox updating its content.
The new content starts the same as the old content, but with a new form underneath.
In IE, using setUrl() and refresh(), I see the ajax loading animation, then the new content appears.
In FF however, I see the loading anim, but the content appears unchanged after this.
Using Firebugs DOM inspector, I can see that the content has been put into this tab, but it isn't visible: in fact it's greyed out in the firebug html view!
Any ideas? Do I have to explicitly tell the tab to change its height, or make something visible, something like that?