[jQuery] Re: IE7 (jQuery/Interface) with TransferTo set the IE window to background (minimalize!?)

2007-06-01 Thread wortol
Update: Also in IE6 and sometimes in Firefox :S

[jQuery] Re: IE7 (jQuery/Interface) with TransferTo set the IE window to background (minimalize!?)

2007-06-01 Thread wortol
Okay fixed! $('#popupContainer').blur(); instead of this.blur();

[jQuery] IE7 (jQuery/Interface) with TransferTo set the IE window to background (minimalize!?)

2007-05-31 Thread wortol
Hi, If got a strange problem with IE7 In FireFox it works good and in IE7 with more then 2 tabs also but when you have a single window in IE7 and calling this function the whole IE window goes to the background just like when you use ALT-TAB or minimalize the window.. What could it be!?