[jQuery] Re: BlockUI: Odd behaviour in Internet Explorer

2007-08-23 Thread Shaun Kester
Sorry Mike, I'm an idiot. I forgot to refresh the link to the 8/23 version. It is working as expected now. I tip my hat to you and thank you for your time. On Aug 23, 3:31 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > Thanks for bumping this, Shawn. It's now fixed: > > http://jqueryjs.googlecode

[jQuery] Re: BlockUI: Odd behaviour in Internet Explorer

2007-08-23 Thread Shaun Kester
Thank you for your fast reply. I cleared my cache and inserted the code you linked to. No change in behaviour in IE6. On Aug 23, 3:31 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > Thanks for bumping this, Shawn. It's now fixed: > > http://jqueryjs.googlecode.com/svn/trunk/plugins/blockUI/jquery.

[jQuery] Re: BlockUI: Odd behaviour in Internet Explorer

2007-08-23 Thread Mike Alsup
Thanks for bumping this, Shawn. It's now fixed: http://jqueryjs.googlecode.com/svn/trunk/plugins/blockUI/jquery.blockUI.js Mike On 8/23/07, Shaun Kester <[EMAIL PROTECTED]> wrote: > > Any updates on the issue with the IE6 progress bar and throbber still > showing after an $.unblockUI();?

[jQuery] Re: BlockUI: Odd behaviour in Internet Explorer

2007-08-23 Thread Shaun Kester
Mike, Any updates on the issue with the IE6 progress bar and throbber still showing after an $.unblockUI();? I'm using Tabs, Thickbox, tablesorter, and blockui with 1.1.3.1. Pseudo-code 1. Init tabs 2. blockui 3. load 1 table into each of the tabs 4. run tablesorter on table after loaded 5. fin

[jQuery] Re: BlockUI: Odd behaviour in Internet Explorer

2007-08-08 Thread Mike Alsup
Hi Bhusan, I'll see if I can figure out what the issue is with this. Mike > also but the progress bar is still showing incomplete.I am not able to > find out any solution for this.If the progress bar is showing in > loading state only. Please guide me on this. > > Regards > Bhusan

[jQuery] Re: BlockUI: Odd behaviour in Internet Explorer

2007-08-08 Thread bhusan
Hi Mike, i updated my jquery.blockUI.js with the latest one what u present in the link. Now i used $.ajax ({ type: 'GET', dataType: 'xml', url : 'foo' , complete: function () { $.unbl

[jQuery] Re: BlockUI: Odd behaviour in Internet Explorer

2007-07-25 Thread Gordon
Yes, it's working great now, thanks. On Jul 25, 1:43 am, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > Gordon, > > I really like this idea so I added it as the default behavior to > blockUI. Unblocking is now done as a fade operation in the lastest > version > (http://jqueryjs.googlecode.com/svn/tr

[jQuery] Re: BlockUI: Odd behaviour in Internet Explorer

2007-07-24 Thread Mike Alsup
Gordon, I really like this idea so I added it as the default behavior to blockUI. Unblocking is now done as a fade operation in the lastest version (http://jqueryjs.googlecode.com/svn/trunk/plugins/blockUI/jquery.blockUI.js). This can be overridden for anyone that doesn't like it. I'm not see