musescore / musescore/MuseScore
[MU4 Issue] Accessibility: Narrator does not read accidentals in key signatures or chord symbols
Open
Nobody has claimed this yet.
accessibility
P1
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Describe the bug
When using the screen reader Narrator, accidentals are read on notes, but not in key signatures or text.
To Reproduce
Steps to reproduce the behavior:
- Start Narrator
- Create score in F# major
- Click key signature
- See error - Narrator reads "F major"
- Add chord symbol F#
- Navigate away and back to force Narrator to read it
- See error - Narrator reads "Chord Symbol F"
https://github.com/musescore/MuseScore/assets/90187801/76485681-40ec-4b0e-b976-53682437722c
Expected behavior
Narrator should read accidentals.
Platform information
- OS: Windows
Additional context
The issue is apparently a Narrator bug (?), but we should work around it as we do for notes.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.