Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ある時点でアドレスバーにフォーカスを設定する必要がある拡張機能を開発しています。私はRTFMを試してきましたが、FMはとても読みにくいです!
Firefox拡張機能内からアドレスバーにフォーカスを設定する方法を知っている人はいますか?
TIA。
私はそれが次のようなものになると想像します:
var addressBar=document.getElementById('urlbar'); addressBar.focus();
ドキュメントがXULChromeコンテキストにあると仮定します。
私はまだそれをテストしていないので、私はまだ100%ではありません。