Page 1 of 1

[SOLVED] Self-Voicing and Screens

Posted: Thu Sep 09, 2021 6:01 pm
by qirien
I have some visually-impaired users trying to play my game, so I'm trying to improve things for them! One issue is that during self-voicing mode, when there is a screen on top of another screen (often a modal screen), it reads the bottom screen first. I would expect that it would not read the bottom screen at all since the top screen is modal and you can't select anything from the bottom screen.

In this screen, it reads the computer screen under the main screen first, and then the parenting handbook information. I was hoping it would read the screen on top and ignore the screen on the bottom since you can't even click on it.

Is this intended behavior or did I write my screens incorrectly or is this a bug?
screenshot0032.png
Edit: Looks like it was a bug, and fixed: https://github.com/renpy/renpy/issues/3030