psychojs icon indicating copy to clipboard operation
psychojs copied to clipboard

Textbox: only editable on first iteration of loop

Open RebeccaHirst opened this issue 3 years ago • 2 comments

Minimal demo here: https://pavlovia.org/Consultancy/textbox_editable_bug Issue first described here: https://discourse.psychopy.org/t/editable-textbox-only-accepts-input-on-first-trial/24358

RebeccaHirst avatar Aug 05 '21 08:08 RebeccaHirst

The fact that the user has reported that the textbox is editable when the esc key is pressed is useful and indicates that this is linked to the issue of when the window is resized.

RebeccaHirst avatar Aug 05 '21 08:08 RebeccaHirst

temporary fix is to call textbox.refresh() at the begining of the routine https://discourse.psychopy.org/t/editable-textbox-only-accepts-input-on-first-trial/24358/3?u=becca

RebeccaHirst avatar Aug 05 '21 09:08 RebeccaHirst