when opened more then 1 tab in browser window.focus is not working when executing this script:
var handler = window.open("link", "target", "width=100,height=100");
handler.blur();
window.focus();
when opened more then 1 tab in browser window.focus is not working when executing this script:
var handler = window.open("link", "target", "width=100,height=100");
handler.blur();
window.focus();