Citation dialog is not brought to front
I am using TeXstudio 4.5.2 and Zotero 6.0.26. I have a question about the script "Launch Zotero Picker." The script is as follows:
%SCRIPT
var url = 'http://127.0.0.1:23119/better-bibtex/cayw??format=biblatex&command=autocite&texstudio=true&minimize=true';
system('curl -s -A "TeXstudio" ' + url);
When I run this script, the pop-up window does not appear in the front. I found a solution on the Zotero forums [here](https://forums.zotero.org/discussion/comment/389917/#Comment_389917) to show it up, but the cursor remains on TeXstudio after the Zotero picker window shows up. How can I solve this issue?
%SCRIPT
var url = 'http://127.0.0.1:23119/better-bibtex/cayw??format=biblatex&command=autocite&texstudio=true&minimize=true';
system('curl -s -A "TeXstudio" ' + url);
When I run this script, the pop-up window does not appear in the front. I found a solution on the Zotero forums [here](https://forums.zotero.org/discussion/comment/389917/#Comment_389917) to show it up, but the cursor remains on TeXstudio after the Zotero picker window shows up. How can I solve this issue?
-
dstillmanFor help with plugins, you'll need to contact the plugin developer.
-
HOUNA RabahI reached out to him two days ago and he replied after an hour saying that he will ask the Zotero developers about it.
-
HOUNA RabahHe posted a question on June 13th on the Zotero Dev Google Groups (Forcing focus on the citation picker), but unfortunately, he hasn't received any responses yet.