Open fuimsr opened 1 year ago
Found the culprit, it is this commit:
Changing the lines in psychojs-2023.2.2.js
from: this._win._stimsContainer.position.x + this._leftEdge_px + 2, this._win._stimsContainer.position.y + this._bottomEdge_px + 2,
to: this._win._rootContainer.position.x + this._leftEdge_px + 2, this._win._rootContainer.position.y + this._bottomEdge_px + 2,
brings back the full layout:
Edit: updated screenshot
Hey friendly community,
I’ve tried implementing an online experiment with the PsychoPy 2023.2.2 builder. It contains a form, which unfortunately is mangled as soon as I try it in the local browser: PsychoPy: PsychoJS:
Interestingly enough, this issue is not there in older versions of PsychoPy, here's the PsychoJS version for 2022.1.4:
Here’s the minimal experiment to reproduce the issue: form_issue.zip
I would be in to help debugging/fixing this if there is a possibility to do this.