Slider setReadOnly not work

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

What did you try to make it work?:
I have checked all topics.
I tried using thisExp.addData, thus making sure the readOnly has been set as True. However, people can still make new values.
I find that I can use the rating component to do that – by setting the starting marker, noMouse = True and MouseOnly = True.

What specifically went wrong when you tried that?:
There’s no error message.
I used the coder component in the builder, with “Slider.setReadOnly(True)” or “Slider.setReadOnly(value=True, log=None)”. Although the contrast has been reduced successfully, and the readOnly has been set as true, one can still set the value in the slider.

I want participants to see their own ratings and then see others’ ratings. I used slider.markerPos to solve this problem. But now I still need the rating to be read-only instead of being changed by participants. Is there any other ways to do that with Slider?

Any helps and suggestions are highly appreciated! Thanks!

That definitely should be working, you’re a few versions behind so does this bug persist in the latest version? I’ll look into this on the code end too

Thanks for your help!
I will try using the latest version to test it.