[jQuery] Re: tabs, ajax mode, spinner not removed

2009-02-15 Thread over.nine.k
The CSS workaround workd for me. The class was just wrong use: .ui-tabs-loading em instead of: .ui-tabs-load em and: .tabs({ spinner: '.'}); (used a dot so the text will hide behind the image) On Feb 10, 7:08 pm, brian wrote: > On Tue, Feb 10, 2009 at 4:12 PM, Klaus Hartl > wrote: > > > As

[jQuery] Re: tabs, ajax mode, spinner not removed

2009-02-15 Thread over.nine.k
The CSS workaround worked for me, the class was just wrong. Use: .ui-tabs-loading em Instead of: .ui-tabs-load em set your tab selector to: .tabs({ spinner: '.'}); (a dot, so the image covers it. Or just use better CSS) On Feb 10, 7:08 pm, brian wrote: > On Tue, Feb 10, 2009 at 4:12 PM,

[jQuery] Re: tabs, ajax mode, spinner not removed

2009-02-11 Thread brian
On Wed, Feb 11, 2009 at 5:16 AM, Klaus Hartl wrote: > > Thanks for this information. I'm about to rewrite this stuff a bit > anyway due to some other bug, and I'll take your findings into > account. Thanks again. No problem. I'll try again to get logged into Trac, create a new UID, if necessary,

[jQuery] Re: tabs, ajax mode, spinner not removed

2009-02-11 Thread Klaus Hartl
Thanks for this information. I'm about to rewrite this stuff a bit anyway due to some other bug, and I'll take your findings into account. Thanks again. What I really wonder about is, that this code used to work actually. This is why this whole logic with filtering an images in there... It surely

[jQuery] Re: tabs, ajax mode, spinner not removed

2009-02-10 Thread brian
On Tue, Feb 10, 2009 at 4:17 PM, Klaus Hartl wrote: > > I've created the ticket aready: > http://dev.jqueryui.com/ticket/4109 > Thanks, Klaus. I think I've sorted this out, actually. Although I'm not certain of a fix. I should have been logging this[0].tagName, not inner(this)[0].tagName. The a

[jQuery] Re: tabs, ajax mode, spinner not removed

2009-02-10 Thread brian
On Tue, Feb 10, 2009 at 4:12 PM, Klaus Hartl wrote: > > As a quick workaround, does the following work: > > spinner: '' no difference > Or, you could also not touch the default spinner, but add the image as > background-image: > > .ui-tabs-load em { >padding-left: 20px; >background: url

[jQuery] Re: tabs, ajax mode, spinner not removed

2009-02-10 Thread Klaus Hartl
I've created the ticket aready: http://dev.jqueryui.com/ticket/4109 --Klaus

[jQuery] Re: tabs, ajax mode, spinner not removed

2009-02-10 Thread Klaus Hartl
As a quick workaround, does the following work: spinner: '' Or, you could also not touch the default spinner, but add the image as background-image: .ui-tabs-load em { padding-left: 20px; background: url(/css/images/misc/spinner.gif) no-repeat; } Interestingly you're already keeping th

[jQuery] Re: tabs, ajax mode, spinner not removed

2009-02-10 Thread brian
On Tue, Feb 10, 2009 at 4:21 AM, Klaus Hartl wrote: > > Hello Brian, would you mind to file a bug for this? > > --Klaus I don't mind at all.In fact, I've found a partial fix. Not really a fix, but a lead, anyway. However, I don't see any obvious way to reset my forgotten password for Trac. There

[jQuery] Re: tabs, ajax mode, spinner not removed

2009-02-10 Thread Klaus Hartl
Hello Brian, would you mind to file a bug for this? --Klaus On 10 Feb., 06:18, brian wrote: > jquery 1.3.1, UI.Tabs 1.6rc6, FF3.0.6 > > Whenever any tabs load the spinner img will remain visible. I'm using > the following for the spinner option for tabs (I've removed everything > else with the