STR:
- Enable Speech Viewer.
- Press NVDA+s until NVDA says "speech mode off".
- Press NVDA+tab to report the focus.
- Expected: Info about the focus in the Speech Viewer.
- Actual: Nothing in the Speech Viewer.
speech.speakObject optimises by returning early if speech mode is off. It should check if Speech Viewer is active as well.
STR:
speech.speakObjectoptimises by returning early if speech mode is off. It should check if Speech Viewer is active as well.