Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Mozilla サポートの検索

サポート詐欺に注意してください。 私たちはあなたに通話やショートメッセージの送信、個人情報の共有を求めることはありません。疑わしい行為を見つけたら「迷惑行為を報告」からご報告ください。

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

w/zoteroinstalledwedo a window,open() followed by a window.close() in tha window. Zotero remains and the window is still open. How do I close the window with zotero present in FF w/o disabling zotero?

  • 2 件の返信
  • 2 人がこの問題に困っています
  • 29 回表示
  • 最後の返信者: Pastortom1660

more options

the js function to window.open() is in pageAA on a tab. We click the form or link to open the popup to run a video. We have a close button on the popup window. When that is clicked the window.close() js is executed on that page leaving Zotero present and the popup still open. We've tried using close() window.close() name.window.close() and all fail the same way. Short of disabling Zotero is there a way to close the popup in FF and any other addons with one shot?

the js function to window.open() is in pageAA on a tab. We click the form or link to open the popup to run a video. We have a close button on the popup window. When that is clicked the window.close() js is executed on that page leaving Zotero present and the popup still open. We've tried using close() window.close() name.window.close() and all fail the same way. Short of disabling Zotero is there a way to close the popup in FF and any other addons with one shot?

すべての返信 (2)

more options

Troubleshooting extensions and themes

Check and tell if its working.

more options

Thank's but still no fix.

In safe mode everything works. Without Zotero - everything works.

When the popup is loaded with Zotero, the tab shows a constant "Loading" with the circular in process icon. The Zotero icon shows to the left of the tab.

If I right click on Zotero and close it, the close() js works properly

Is there a way to do a window.open() with: A. no tabs -or- B. block all add on's -or- C. to kill an add on before doing the close()?