[jQuery] Re: IE8 & BlockUI incompatible

2009-05-08 Thread Anand Kulkarni
ght now is to set IE8 to IE7 render mode with the meta > tag: > > > > Greets, > >Bart > > > -- Anand Kulkarni Auckland New Zealand Mob: +64-21-2566 369 http://www.digitalpath.co.nz

[jQuery] Re: IE8 & BlockUI incompatible

2009-05-05 Thread Anand Kulkarni
Hi Ronen42, Its recommended that you invoke the plugin in the $(document).ready (function(){ }) section. Although the plugin might detect the browser version at the very beginning, any internal procedures (such as creating the overlay etc.) may not work until the entire DOM is ready to be manipu

[jQuery] Re: Error in IE8

2009-04-20 Thread Anand Kulkarni
Hi, 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.user