Just tried it. It does work better by setting the style with .dojoTabContainer since it makes the scrollbars appear when necessary (which wasn't happening otherwise and content ended up being hidden when it was more than could fit in a window), however I would still prefer if I didn't have to use a fixed height since my tabs have dynamic content. On tabs with a fixed height and a little more content, I end up with two scrollbars (one on the browser window itself and one on the tab) which isn't so good. Plus the style solution doesn't seem to be working in firefox. I get the same zero-height problem but can always test this page in IE until dojo is fixed.
Thanks for your help. Denis -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Gendler Sent: segunda-feira, 28 de agosto de 2006 15:51 To: Tapestry users Subject: Re: Re: RE: Tacos DojoTabs component that works even with a doctype, which is necessary for most users, since running in quirks mode can easily break other aspects of the page design. --sam On 8/28/06, Sam Gendler <[EMAIL PROTECTED]> wrote: > If you want to set an explicit height, you can still do that. Just > provide a css override for .dojoTabContainer in order to set the > height to a specific value. > > .dojoTabContainer { > width: 100%; > height: 450px; > } > > for example, although I recommend using a weaker selector than that, > by placing it in a div and then applying the value only to > .dojoTabCOntainer within that div. > > --sam > > > On 8/28/06, Denis Souza <[EMAIL PROTECTED]> wrote: > > It works! Thanks! > > > > Denis > > > > -----Original Message----- > > From: Marcus Matèrn [mailto:[EMAIL PROTECTED] > > Sent: segunda-feira, 28 de agosto de 2006 06:15 > > To: Tapestry users > > Subject: Re: Tacos DojoTabs component > > > > If I remember correctly. The way I solved this problem was by adding > > this workaround: > > doctype="" renderContentType="false" > > to your @Shell component. > > > > I am using Dojo directly (without Tacos) but it shouldn't matter. > > This is probably a bug in the current version of Dojo. > > I can't try it out at the moment. Let me know if this works for you. > > > > > > Marcus > > > > > > > > > > On 8/26/06, Denis Souza <[EMAIL PROTECTED]> wrote: > > > Anyone out there using Tacos' DojoTabs component? It seems that every time > > I > > > use it all my tabs have their height set to zero. I tried using Firefox > > 1.5 > > > and IE 6 and I get the same results on both. > > > > > > If I use Firefox's DOM inspector I can change the style to "height:auto" > > and > > > it looks fine (until I resize the window or click on another tab), but I > > > can't get it to work like that by default. The DOM Inspector shows that > > the > > > height style is actually explicitly set to zero. I tried setting the style > > > for the dojoTabPaneWrapper in my css file but it still doesn't work. I > > also > > > noticed that the same thing happens with the tabs in the Tacos live demo. > > > > > > > > > > > > Can anyone help me please? > > > > > > > > > > > > Thanks, > > > Denis > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]