Hi All,

I have it! The solution to the problem where the blockUI plugin
doesn't working in IE8 is as follows:

on line 151 simply change:

var ie6 = $.browser.msie && /MSIE 6.0/.test(navigator.userAgent);

to

var ie6 = $.browser.msie && /MSIE 6.0/.test(navigator.userAgent) && !(/
MSIE 8.0/.test(navigator.userAgent));

And then everything works fine and dandy! My test environment was IE8
on Vista. Al

Hope this helps...certainly helped me in my project.

Cheers, Anand
www.digitalpath.co.nz

On Mar 23, 10:53 pm, Mike Alsup <mal...@gmail.com> wrote:
> > Mike,
>
> > your page fails for me with "not implemented"> Nicht implementiert 
> > jquery.blockUI.js?v2.16, line 227 character 17
>
> > on Win XP Pro w/ SP3 andIE8
>
> > Regards, Frank
>
> Thanks, Frank.  What browser mode and compatibility mode did it fail
> in?

Reply via email to