Focus tab or window

前端 未结 11 717
慢半拍i
慢半拍i 2020-12-06 16:19

for a little app, I\'m opening a few windows/tabs from my script. Whether the browser opens a window or a tab is of course not in my hand.

However, I hold the refere

11条回答
  •  粉色の甜心
    2020-12-06 16:34

    To answer your question: I've found http://www.gtalbot.org/FirefoxSection/Popup/PopupAndFirefox.html#RaiseLowerSetting, which says the setting you're looking for is called "allow raise and lower windows".

    Another setting would be about:config/dom.disable_window_flip (to false), found here.

提交回复
热议问题