Textbox bug: Unknown colorSpace: named

If this template helps then use it. If not then just delete and start from scratch.

OS (e.g. Win10): Windows 10
PsychoPy version (e.g. 1.84.x): 2020.2.6
Standard Standalone? (y/n) If not then what?: standalone
What are you trying to achieve?:

present a textbox with editable text

What did you try to make it work?:

Here is a minimally working example. Single textbox component with editable selected.

typedResponses_bug.psyexp (10.4 KB)

What specifically went wrong when you tried that?:
Include pasted full error message if possible. “That didn’t work” is not enough information.

  1. error message in stdout
  • ERROR Unknown colorSpace: named

‘default text’ presented on last frame

textbox.text not retrievable in 'end routine tab of code component (but is on every frame tab)

Oops! “named” is a color space added with the new Color class, I must have set something as “named” somewhere in the code without realising it’s not integrated yet. I’ll track down where and change it to “rgb”, thanks for spotting this!