gpt4 book ai didi

javascript - Chrome 错误解决方法 : Javascript to steal focus

转载 作者:行者123 更新时间:2023-11-29 18:27:21 26 4
gpt4 key购买 nike

当我启动 Chrome 时,新窗口显示为未聚焦并位于其他窗口后面。所以我决定创建一个解决方法;我将使用磁盘中的一个文件更改我的主页 url,其中一个文件包含用于窃取焦点的 javascript,然后重定向到真实主页。

窃取焦点的最佳方法是什么,使用 javascript?

更新:这是我尝试的...

  <html>
<head></head>
<body></body>
</html>

<script type="text/javascript">

myWindow=window.open("http://google.com", "_blank",
"resizable=yes, scrollbars=yes, titlebar=yes" );
myWindow.focus();
self.close();

</script>

但是新窗口看起来像弹出窗口,Chrome 不显示工具栏和地址栏不可编辑:(


有关错误的更多信息: http://productforums.google.com/forum/#!topic/chrome/zyLC4Ip96pU

As far as I'm aware, this has only started on the latest update. If Chrome is already open, when I open a new window of Chrome from a shortcut in the quick launch area of my Windows toolbar, the new window does not take focus, the focus remains on the previous Chrome window. If the focus was not on the previous Chrome window when I launch the shortcut it works fine

最佳答案

我刚刚发布了一个旨在解决此错误的小型 Chrome 扩展程序!到目前为止,它对我来说效果很好(在 Window 7 64 位上)。您可以在这里找到它:https://chrome.google.com/webstore/detail/chrome-new-window-focus/opmhcfhkhiodgapmnaolhmekmfihmecp

如果您遇到任何问题,请告诉我!

干杯,
Jade 薇

关于javascript - Chrome 错误解决方法 : Javascript to steal focus,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11735834/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com