julianna-langston / chart2music

Turns charts into music so the blind can hear data
MIT License
29 stars 7 forks source link

Fire onFocusCallback on initial focus #460

Closed julianna-langston closed 6 months ago

julianna-langston commented 6 months ago

When a keyboard-only user first tabs to a chart with C2M, there is no visual indicator within the chart. The user has to press something before the visual appears. This is unintuitive for a sighted, keyboard-only user.

If the onFocusCallback is called during initial focus, the visual syncing would better align with sighted, keyboard-only user's expectations.

This applies both to the initial focus of the chart, as well as when focus changes between groups of data.

julianna-langston commented 6 months ago

Fixed in 1.17.0, which is now live.