window.focus() doesn’t work in IE fullscreen
Posted
by nico_somb
on Stack Overflow
See other posts from Stack Overflow
or by nico_somb
Published on 2009-10-02T08:03:49Z
Indexed on
2010/03/28
14:03 UTC
Read the original article
Hit count: 220
Hello everybody,
When my website is in fullscreen mode (with IE8), the window.focus() javascript command doesn' work.
Do you have a fix for my problem?
I tried to put a window.blur() before, without success.
Thank you!
Nicolas
© Stack Overflow or respective owner