It appears that IE8 under Vista does not support support the .blur element. self.blur or for that matter, anything.blur. Does anyone know if there is a work-a-round?
-s-
P.S. Looks like the same issue in Windoews 7
StoutFiles
1:58 am on Oct 12, 2009 (gmt 0)
I would avoid the .blur element.
stcrim
11:28 am on Oct 12, 2009 (gmt 0)
Is there another way to push a window to the back?
-s-
stcrim
6:14 pm on Oct 15, 2009 (gmt 0)
Does anyone have a work around for the .blur issue in Vista and Windows 7?
-s-
rainborick
4:55 am on Oct 16, 2009 (gmt 0)
You could call window.focus() on one of the other open windows, no?