Hi @Monygham, the link is dead? Here is the project in .zip form
Thanks, it works perfectly 
Hi all, I’m having this problem as well. Any update on this?
Hi @jbreedlo could you send me a link to your project? Thanks, x
Hello everyone,
I have the same problem, having to click twice (on a ‘next’ polygon) to move to the next routine because of a textbox component in the routine.
I work with the 2021.1.4 version of PsychoPy.
I have tried to adapt the solution proposed by Sotiri (doubleclickpsyexp-master.zip), but I probably missed something :
- I copied the ‘custom-lib’ in my Exp folder,
- and I added the following JS code component in ‘begin routine’ :
import { PsychoJS } from './custom-lib/core-2020.2-patch.js';
import * as core from './custom-lib/core-2020.2-patch.js';
I think I failed to “Edit JS output when exporting HTML from PsychoPy”, but I do not know what this refers to (what changes and where?).
Could someone give me some additional clues, please ? Perhaps @sotiri, would you mind just telling me if the procedure is difficult or not (for a coding great beginner), please ?
Best regards,
Hi @Damien, thanks for flagging, using a custom code component won’t work in this case. You need to edit the JS file that PsychoPy will generate when you export for HTML to import from custom-lib instead of lib, but because you are using a later version bringing in the patch you link to would exclude other useful bits and fixes since added to PsychoJS. Would it be possible to share your project with me so I can take a look? Here to help, x
Hi @Sotiri,
Thank you ! (I wondered whether it was not rude to flag you in this case.
)
I shared my project with you. It is in a running mode to let some colleagues test it. I still have some small changes to make.
The problematic routines are on the far right (rappel_indice, reconnaissance, jugement_certitude).
Hi @Damien, no problem, thanks for giving me access. OK I have created a support fork with an updated custom lib folder and PsychoJS core module patch that hopefully addresses the problem, please let me know if you need more help, x
Hello Sotiri,
I am sorry to answer so late.
Thanks a lot for your fork, which works just fine, and for your rapidity.
Best regards, D