Re: TabbedPanel layout mess in Firefox

2007-04-30 Thread Ravi Mangalagiri
" type="text/css"/> "> "> " media="print"> "> dojo.event.connect(window, "onload", function() { if (!NiftyCheck()) return; Rounded("li.tab_selected", "top", "white", "transparent", "border #ffS"); Rounded("li.tab_unselected", "top", "white", "tran

Re: TabbedPanel layout mess in Firefox

2007-04-30 Thread Felipe Rodrigues
Actually, what is shown is not the Loading... text, but the real remote content. In my case it shows the page, with forms and all my data. But we don't see the tabs, only the content. Regards, Felipe Musachy Barroso wrote: > > But you can delay the content update until the last minute > (sho

Re: TabbedPanel layout mess in Firefox

2007-04-27 Thread Musachy Barroso
But you can delay the content update until the last minute (showLoadingText="false"). Or am I missing something here :)? regards musachy On 4/27/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Felipe Rodrigues <[EMAIL PROTECTED]> wrote: > And about the content that tabbedPanel shows when > load

Re: TabbedPanel layout mess in Firefox

2007-04-27 Thread Dave Newton
--- Felipe Rodrigues <[EMAIL PROTECTED]> wrote: > And about the content that tabbedPanel shows when > loading. Do you see that? Yes; while the content is loading there is visible content. That's one reason I'm actually probably going to move away from the tabbed panel (and possibly Dojo in general

Re: TabbedPanel layout mess in Firefox

2007-04-27 Thread Musachy Barroso
When the div is loading it shows "Loading..." by default, you can change the text (loadingText) or disable it (showLoadingText), as I mentioned the other day I think it would be better to have this off in 2.1 because of problems in IE when a form is submitted. regards musachy On 4/27/07, Felipe

Re: TabbedPanel layout mess in Firefox

2007-04-27 Thread Felipe Rodrigues
I belive in you. I by myself have some tabbedPanels that works ok in Firefox. I just asked here to see if somebody have lived this same issue. And about the content that tabbedPanel shows when loading. Do you see that? Are you using a heavy content inside the first tab? By heavy you can understand

Re: TabbedPanel layout mess in Firefox

2007-04-27 Thread Dave Newton
FWIW I am using the tabbed panel w/ S2.0.6 under FF and it's rendering okay (well, I haven't worked on it since I installed FF2, so I suppose all bets are off). d. --- Felipe Rodrigues <[EMAIL PROTECTED]> wrote: > > I already did this. the rendered HTML seems to be > ok. > I took a margin prope

Re: TabbedPanel layout mess in Firefox

2007-04-27 Thread Felipe Rodrigues
I already did this. the rendered HTML seems to be ok. I took a margin propertie out of my CSS and it is bether now. The only difference is in the border that appears in IE but don't in Firefox. So strange. It is probably something in the internal dojo's css. By the way, I have another issue in

Re: TabbedPanel layout mess in Firefox

2007-04-27 Thread Musachy Barroso
Make sure the returned html (for each div) is well formed. musachy On 4/27/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: I have a TabbedPanel that works so weel in IE, but is a mess in Firefox. At each tab content (which is remote) I saw a line right up this div. This line seems to be the b